Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(973)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScriptController.h

Issue 2878553002: Reland "Simplify FrameLoader::Clear(), remove FrameLoader::check_timer" (Closed)
Patch Set: Don't call CheckCompleted in HTMLFrameOwnerElement Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698