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