| 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 9510c89b62d399151eda6f36da5b6e8f7dcf1295..a474b5a055143f56168995e843dcdd7be75200e2 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
|
| @@ -116,7 +116,6 @@ class CORE_EXPORT ScriptController final
|
| // ignored when evaluating resources injected into the DOM.
|
| bool ShouldBypassMainWorldCSP();
|
|
|
| - void EnableEval();
|
| void DisableEval(const String& error_message);
|
|
|
| TextPosition EventHandlerPosition() const;
|
| @@ -143,6 +142,7 @@ class CORE_EXPORT ScriptController final
|
| v8::Isolate* GetIsolate() const {
|
| return window_proxy_manager_->GetIsolate();
|
| }
|
| + void EnableEval();
|
|
|
| v8::Local<v8::Value> EvaluateScriptInMainWorld(const ScriptSourceCode&,
|
| AccessControlStatus,
|
|
|