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

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

Issue 146693005: Clarify when what notifications are send when a window object is cleared (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: updates Created 6 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
Index: Source/core/inspector/PageRuntimeAgent.h
diff --git a/Source/core/inspector/PageRuntimeAgent.h b/Source/core/inspector/PageRuntimeAgent.h
index 388d0afde33a16be9316db86dd9f3fcc5dcef5b8..06d3a0fb473532322e70a36b4904f454bff43a8f 100644
--- a/Source/core/inspector/PageRuntimeAgent.h
+++ b/Source/core/inspector/PageRuntimeAgent.h
@@ -51,7 +51,7 @@ public:
virtual void init() OVERRIDE;
virtual void enable(ErrorString*) OVERRIDE;
- void didClearWindowObjectInMainWorld(LocalFrame*);
+ void didClearDocumentOfWindowObject(LocalFrame*);
void didCreateIsolatedContext(LocalFrame*, ScriptState*, SecurityOrigin*);
void frameWindowDiscarded(DOMWindow*);

Powered by Google App Engine
This is Rietveld 408576698