Index: third_party/WebKit/Source/core/dom/Document.h |
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h |
index db364c0c530711f88a4f5d61feb87f0b879d7657..defde87048fee1e57c96c7c5ca6e2ed3f8c63f29 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.h |
+++ b/third_party/WebKit/Source/core/dom/Document.h |
@@ -662,7 +662,7 @@ public: |
EventListener* getWindowAttributeEventListener(const AtomicString& eventType); |
static void registerEventFactory(PassOwnPtr<EventFactoryBase>); |
- static PassRefPtrWillBeRawPtr<Event> createEvent(const String& eventType, ExceptionState&); |
+ static PassRefPtrWillBeRawPtr<Event> createEvent(ExecutionContext*, const String& eventType, ExceptionState&); |
// keep track of what types of event listeners are registered, so we don't |
// dispatch events unnecessarily |