Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index fd3d9b2a4511e25ad0edc8064a0bac2f8527b8fb..ec08e489a6a51507703633e83132b59fee98b0fe 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 |