Index: third_party/WebKit/Source/bindings/core/v8/ScriptModule.cpp |
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptModule.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptModule.cpp |
index 349a8dd01921ea66d6433a5f527868ab5bdeb5c4..6dbdb6aca5efa23032ec8946609d3d54cea9cb6b 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptModule.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptModule.cpp |
@@ -68,7 +68,7 @@ ScriptValue ScriptModule::Instantiate(ScriptState* script_state) { |
DCHECK(!IsNull()); |
v8::Local<v8::Context> context = script_state->GetContext(); |
- bool success = module_->NewLocal(script_state->GetIsolate()) |
+ bool success = NewLocal(script_state->GetIsolate()) |
->Instantiate(context, &ResolveModuleCallback); |
if (!success) { |
DCHECK(try_catch.HasCaught()); |