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 fda3bcb4b64e543789bca503174aa168bc90f3d9..d7e0ed2787617af9b3f96e81963d45e2d98ca5e5 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptModule.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptModule.cpp |
@@ -55,7 +55,7 @@ ScriptValue ScriptModule::Instantiate(ScriptState* script_state) { |
return ScriptValue(); |
} |
-void ScriptModule::Evaluate(ScriptState* script_state) { |
+void ScriptModule::Evaluate(ScriptState* script_state) const { |
v8::Isolate* isolate = script_state->GetIsolate(); |
v8::TryCatch try_catch(isolate); |
try_catch.SetVerbose(true); |