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

Unified Diff: Source/core/inspector/InspectorPageAgent.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/InspectorPageAgent.h
diff --git a/Source/core/inspector/InspectorPageAgent.h b/Source/core/inspector/InspectorPageAgent.h
index 2ab1107e632262f1d0588303895265bdceae1a17..5d340d3ead0549f559e59e59626358f0ab04176e 100644
--- a/Source/core/inspector/InspectorPageAgent.h
+++ b/Source/core/inspector/InspectorPageAgent.h
@@ -118,7 +118,7 @@ public:
virtual void setShowViewportSizeOnResize(ErrorString*, bool show, const bool* showGrid) OVERRIDE;
// InspectorInstrumentation API
- void didClearWindowObjectInMainWorld(LocalFrame*);
+ void didClearDocumentOfWindowObject(LocalFrame*);
void domContentLoadedEventFired(LocalFrame*);
void loadEventFired(LocalFrame*);
void didCommitLoad(LocalFrame*, DocumentLoader*);

Powered by Google App Engine
This is Rietveld 408576698