Index: third_party/WebKit/Source/bindings/core/v8/ScriptController.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptController.h b/third_party/WebKit/Source/bindings/core/v8/ScriptController.h |
index 78a6ca909ccdbee9eaaef65a84c88c5db164c71e..09f290d6f10bfba3202cd76721eec4305a3ef5b1 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptController.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptController.h |
@@ -123,7 +123,7 @@ public: |
void enableEval(); |
void disableEval(const String& errorMessage); |
- static bool canAccessFromCurrentOrigin(LocalFrame*); |
+ static bool canAccessFromCurrentOrigin(v8::Isolate*, Frame*); |
static void setCaptureCallStackForUncaughtExceptions(v8::Isolate*, bool); |
void collectIsolatedContexts(Vector<std::pair<ScriptState*, SecurityOrigin*>>&); |