Index: Source/core/dom/Node.cpp |
diff --git a/Source/core/dom/Node.cpp b/Source/core/dom/Node.cpp |
index b43e212fa481249fdb2f37f2694fe3f32096852a..cbc576ee66c31e153e90057a34e80f3d07114b5c 100644 |
--- a/Source/core/dom/Node.cpp |
+++ b/Source/core/dom/Node.cpp |
@@ -2049,9 +2049,9 @@ bool Node::dispatchGestureEvent(const PlatformGestureEvent& event) |
return dispatchEvent(gestureEvent); |
} |
-void Node::dispatchSimulatedClick(Event* underlyingEvent, SimulatedClickMouseEventOptions eventOptions) |
+void Node::dispatchSimulatedClick(Event* underlyingEvent, SimulatedClickMouseEventOptions eventOptions, SimulatedClickCreationScope scope) |
{ |
- EventDispatcher::dispatchSimulatedClick(*this, underlyingEvent, eventOptions); |
+ EventDispatcher::dispatchSimulatedClick(*this, underlyingEvent, eventOptions, scope); |
} |
bool Node::dispatchWheelEvent(const PlatformWheelEvent& event) |