| 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 301ace9bc21a34fd14a658e828301be4e732b014..eb78263f82ee8a4b869d68b3ae459d5123ce7927 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
|
| @@ -124,8 +124,6 @@ class CORE_EXPORT ScriptController final
|
| void enableEval();
|
| void disableEval(const String& errorMessage);
|
|
|
| - static bool canAccessFromCurrentOrigin(v8::Isolate*, Frame*);
|
| -
|
| void collectIsolatedContexts(
|
| Vector<std::pair<ScriptState*, SecurityOrigin*>>&);
|
|
|
|
|