| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index b52c7762a02bb2ae37948adb77c0d4c29be055d7..40ab82f3cce2864935567b268d4d3daa1dad2288 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>);
|
|
|