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

Unified Diff: Source/core/inspector/PageRuntimeAgent.h

Issue 686763002: Fix Runtime.executionContextCreated for crafted iframes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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
Index: Source/core/inspector/PageRuntimeAgent.h
diff --git a/Source/core/inspector/PageRuntimeAgent.h b/Source/core/inspector/PageRuntimeAgent.h
index d67b383174b6ac2d4273efcc2f11e42af9045fc3..3ecf911dde7276cefa4b02c883a2a10479f269fc 100644
--- a/Source/core/inspector/PageRuntimeAgent.h
+++ b/Source/core/inspector/PageRuntimeAgent.h
@@ -55,6 +55,7 @@ public:
virtual void run(ErrorString*) override;
void didClearDocumentOfWindowObject(LocalFrame*);
+ void didCreateMainWorldContext(LocalFrame*, ScriptState*, SecurityOrigin*);
void didCreateIsolatedContext(LocalFrame*, ScriptState*, SecurityOrigin*);
void frameWindowDiscarded(LocalDOMWindow*);

Powered by Google App Engine
This is Rietveld 408576698