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&); |