Index: Source/core/events/EventDispatcher.h |
diff --git a/Source/core/events/EventDispatcher.h b/Source/core/events/EventDispatcher.h |
index b47d2a0f75bcaa9b2209cce8b38453a76f2090dd..ab2f586200b34064aa2977c9adf017d5063cf553 100644 |
--- a/Source/core/events/EventDispatcher.h |
+++ b/Source/core/events/EventDispatcher.h |
@@ -51,7 +51,7 @@ public: |
static bool dispatchEvent(Node&, PassRefPtrWillBeRawPtr<EventDispatchMediator>); |
static void dispatchScopedEvent(Node&, PassRefPtrWillBeRawPtr<EventDispatchMediator>); |
- static void dispatchSimulatedClick(Node&, Event* underlyingEvent, SimulatedClickMouseEventOptions); |
+ static void dispatchSimulatedClick(Node&, Event* underlyingEvent, SimulatedClickMouseEventOptions, SimulatedClickCreationScope); |
bool dispatch(); |
Node& node() const { return *m_node; } |