| Index: Source/core/dom/Node.h
|
| diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
|
| index 987850210a64146ebf12895c5dba9392f61f1cc1..f793f991be7db7a016325a08b091b3504d9a0bd6 100644
|
| --- a/Source/core/dom/Node.h
|
| +++ b/Source/core/dom/Node.h
|
| @@ -636,7 +636,7 @@ public:
|
| bool dispatchMouseEvent(const PlatformMouseEvent&, const AtomicString& eventType, int clickCount = 0, Node* relatedTarget = nullptr);
|
| bool dispatchGestureEvent(const PlatformGestureEvent&);
|
|
|
| - void dispatchSimulatedClick(Event* underlyingEvent, SimulatedClickMouseEventOptions = SendNoEvents);
|
| + void dispatchSimulatedClick(Event* underlyingEvent, SimulatedClickMouseEventOptions = SendNoEvents, SimulatedClickCreationScope = SimulatedClickCreationScope::FromUserAgent);
|
|
|
| void dispatchInputEvent();
|
|
|
|
|