| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 0a8f265a7edb0d75cd9a423611d5935e6992efca..832a396f3a1bcf07b1c0613b02960ad9f8bed5c4 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
|
|
|