| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 88384b51d4704856dacb566bf7641c1e3606196d..0cfd6712f3b22b0ea5b416b9d4c44deea5559b68 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -682,8 +682,8 @@ public:
|
| void setWindowAttributeEventListener(const AtomicString& eventType, PassRefPtr<EventListener>);
|
| EventListener* getWindowAttributeEventListener(const AtomicString& eventType);
|
|
|
| - PassRefPtr<Event> createEvent(const String& eventType, ExceptionState&);
|
| - PassRefPtr<Event> createEvent(ExceptionState&);
|
| + PassRefPtrWillBeRawPtr<Event> createEvent(const String& eventType, ExceptionState&);
|
| + PassRefPtrWillBeRawPtr<Event> createEvent(ExceptionState&);
|
|
|
| // keep track of what types of event listeners are registered, so we don't
|
| // dispatch events unnecessarily
|
|
|