Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index bca51fa5afcb86d6bd239e92565ad92f4e79c2af..3f202fe579a89d6aa5c832b03d1c993215e8e11e 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -665,6 +665,7 @@ public: |
EventListener* getWindowAttributeEventListener(const AtomicString& eventType, DOMWrapperWorld* isolatedWorld); |
PassRefPtr<Event> createEvent(const String& eventType, ExceptionState&); |
+ PassRefPtr<Event> createEvent(ExceptionState&); |
// keep track of what types of event listeners are registered, so we don't |
// dispatch events unnecessarily |