| Index: extensions/renderer/module_system.cc
|
| diff --git a/extensions/renderer/module_system.cc b/extensions/renderer/module_system.cc
|
| index 692939e2d57082b7ff655214788358e705138f77..683a1f27048e21af7dc3ff0d9974bd9ba5319c79 100644
|
| --- a/extensions/renderer/module_system.cc
|
| +++ b/extensions/renderer/module_system.cc
|
| @@ -139,7 +139,7 @@ std::string ModuleSystem::ExceptionHandler::CreateExceptionString(
|
| error_message.c_str());
|
| }
|
|
|
| -ModuleSystem::ModuleSystem(ScriptContext* context, SourceMap* source_map)
|
| +ModuleSystem::ModuleSystem(ScriptContext* context, const SourceMap* source_map)
|
| : ObjectBackedNativeHandler(context),
|
| context_(context),
|
| source_map_(source_map),
|
|
|