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

Unified Diff: Source/core/frame/DeviceSingleWindowEventController.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/frame/DOMWindowProperty.cpp ('k') | Source/core/frame/DeviceSingleWindowEventController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/DeviceSingleWindowEventController.h
diff --git a/Source/core/frame/DeviceSingleWindowEventController.h b/Source/core/frame/DeviceSingleWindowEventController.h
index 86e757529217d5f24f7c66fb839f6a70f39dc804..d28d46dd3e68e2852a1a068da80688f2a799293f 100644
--- a/Source/core/frame/DeviceSingleWindowEventController.h
+++ b/Source/core/frame/DeviceSingleWindowEventController.h
@@ -20,9 +20,9 @@ public:
virtual void didUpdateData() OVERRIDE;
// Inherited from DOMWindowLifecycleObserver.
- virtual void didAddEventListener(DOMWindow*, const AtomicString&) OVERRIDE;
- virtual void didRemoveEventListener(DOMWindow*, const AtomicString&) OVERRIDE;
- virtual void didRemoveAllEventListeners(DOMWindow*) OVERRIDE;
+ virtual void didAddEventListener(LocalDOMWindow*, const AtomicString&) OVERRIDE;
+ virtual void didRemoveEventListener(LocalDOMWindow*, const AtomicString&) OVERRIDE;
+ virtual void didRemoveAllEventListeners(LocalDOMWindow*) OVERRIDE;
protected:
explicit DeviceSingleWindowEventController(Document&);
« no previous file with comments | « Source/core/frame/DOMWindowProperty.cpp ('k') | Source/core/frame/DeviceSingleWindowEventController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698