| 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..c6fcf83e45c3738649a66f1267b30111e04a243d 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(ExecutionContext&, Frame*);
|
|
|
| static void setCaptureCallStackForUncaughtExceptions(v8::Isolate*, bool);
|
| void collectIsolatedContexts(Vector<std::pair<ScriptState*, SecurityOrigin*>>&);
|
|
|