| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index c4cba3e8ff5d574e427f7de7351a0ed32117a3bc..f7cd33e9b9619657a9c69428bcb4a76b93a17300 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -640,7 +640,7 @@ public:
|
| LocalDOMWindow* domWindow() const { return m_domWindow; }
|
|
|
| // Helper functions for forwarding LocalDOMWindow event related tasks to the LocalDOMWindow if it exists.
|
| - void setWindowAttributeEventListener(const AtomicString& eventType, PassRefPtr<EventListener>);
|
| + void setWindowAttributeEventListener(const AtomicString& eventType, PassRefPtrWillBeRawPtr<EventListener>);
|
| EventListener* getWindowAttributeEventListener(const AtomicString& eventType);
|
|
|
| static void registerEventFactory(PassOwnPtr<EventFactoryBase>);
|
|
|