Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index 8aa260e548bb16bc0b4d33e0a2044e3efa8304a0..0c8dd10efb546879c7cf72d31f063fe91ee3e9de 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -690,7 +690,6 @@ public: |
EventListener* getWindowAttributeEventListener(const AtomicString& eventType); |
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 |