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

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

Issue 686763002: Fix Runtime.executionContextCreated for crafted iframes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed crutch Created 6 years, 1 month 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
Index: Source/bindings/core/v8/ScriptController.h
diff --git a/Source/bindings/core/v8/ScriptController.h b/Source/bindings/core/v8/ScriptController.h
index aea494ca7fcb3900e9d01f8e33fc20994ea44b0b..418dbda313d9f0756acacce5e2de01a7088d85d5 100644
--- a/Source/bindings/core/v8/ScriptController.h
+++ b/Source/bindings/core/v8/ScriptController.h
@@ -79,6 +79,7 @@ public:
void trace(Visitor*);
bool initializeMainWorld();
+ bool isMainWorldInitialized();
WindowProxy* windowProxy(DOMWrapperWorld&);
WindowProxy* existingWindowProxy(DOMWrapperWorld&);

Powered by Google App Engine
This is Rietveld 408576698