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

Unified Diff: Source/core/loader/FrameLoader.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/loader/FrameLoader.h
diff --git a/Source/core/loader/FrameLoader.h b/Source/core/loader/FrameLoader.h
index d51ef68ae6a41df7578abb2793ac00b5c94a4675..04c348766fabc9ff718f138ed9d4db5c66ddc9fd 100644
--- a/Source/core/loader/FrameLoader.h
+++ b/Source/core/loader/FrameLoader.h
@@ -146,8 +146,8 @@ public:
String userAgent(const KURL&) const;
- void dispatchDidClearWindowObjectInWorld(DOMWrapperWorld&);
- void dispatchDidClearWindowObjectsInAllWorlds();
+ void dispatchDidClearWindowObjectInMainWorld();
+ void dispatchDidClearDocumentOfWindowObject();
void dispatchDocumentElementAvailable();
// The following sandbox flags will be forced, regardless of changes to

Powered by Google App Engine
This is Rietveld 408576698