| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 391ae68109b3b6726d4f7c06031832312f1ede1b..bacd8ddaa0de06ddc8683c1af428a20453e85dea 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -685,6 +685,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
|
|
|