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

Unified Diff: Source/core/page/DOMWindowPagePopup.h

Issue 334283004: Rename DOMWindow to LocalDOMWindow (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 6 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
« no previous file with comments | « Source/core/page/CreateWindow.cpp ('k') | Source/core/page/DOMWindowPagePopup.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/DOMWindowPagePopup.h
diff --git a/Source/core/page/DOMWindowPagePopup.h b/Source/core/page/DOMWindowPagePopup.h
index 0782faf35b33eec3b5bb5bb2f4c1c95291a5afd2..f2481460173044d41b6a89b4f6c8a8dfcc34943e 100644
--- a/Source/core/page/DOMWindowPagePopup.h
+++ b/Source/core/page/DOMWindowPagePopup.h
@@ -36,16 +36,16 @@
namespace WebCore {
-class DOMWindow;
+class LocalDOMWindow;
class PagePopupClient;
class PagePopupController;
-class DOMWindowPagePopup FINAL : public NoBaseWillBeGarbageCollected<DOMWindowPagePopup>, public WillBeHeapSupplement<DOMWindow> {
+class DOMWindowPagePopup FINAL : public NoBaseWillBeGarbageCollected<DOMWindowPagePopup>, public WillBeHeapSupplement<LocalDOMWindow> {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(DOMWindowPagePopup);
public:
- static PagePopupController* pagePopupController(DOMWindow&);
- static void install(DOMWindow&, PagePopupClient*);
- static void uninstall(DOMWindow&);
+ static PagePopupController* pagePopupController(LocalDOMWindow&);
+ static void install(LocalDOMWindow&, PagePopupClient*);
+ static void uninstall(LocalDOMWindow&);
DECLARE_EMPTY_VIRTUAL_DESTRUCTOR_WILL_BE_REMOVED(DOMWindowPagePopup);
void trace(Visitor*);
« no previous file with comments | « Source/core/page/CreateWindow.cpp ('k') | Source/core/page/DOMWindowPagePopup.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698