diff options
Diffstat (limited to 'cli/worker.rs')
-rw-r--r-- | cli/worker.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/worker.rs b/cli/worker.rs index e5a750597..e897c1a86 100644 --- a/cli/worker.rs +++ b/cli/worker.rs @@ -73,7 +73,7 @@ pub trait ModuleLoaderFactory: Send + Sync { dynamic_permissions: PermissionsContainer, ) -> Rc<dyn ModuleLoader>; - fn create_source_map_getter(&self) -> Option<Box<dyn SourceMapGetter>>; + fn create_source_map_getter(&self) -> Option<Rc<dyn SourceMapGetter>>; } // todo(dsherret): this is temporary and we should remove this |