| Index: third_party/WebKit/Source/core/events/EventDispatcher.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/EventDispatcher.cpp b/third_party/WebKit/Source/core/events/EventDispatcher.cpp
|
| index 6b6592ac28515d536e6acd6e67a6ea4bdc650d41..22142397199c5cb1f796769bfa8205bca0ad9f8c 100644
|
| --- a/third_party/WebKit/Source/core/events/EventDispatcher.cpp
|
| +++ b/third_party/WebKit/Source/core/events/EventDispatcher.cpp
|
| @@ -123,7 +123,7 @@ void EventDispatcher::dispatchSimulatedClick(
|
| underlyingEvent, creationScope))
|
| .dispatch();
|
|
|
| - nodesDispatchingSimulatedClicks.remove(&node);
|
| + nodesDispatchingSimulatedClicks.erase(&node);
|
| }
|
|
|
| DispatchEventResult EventDispatcher::dispatch() {
|
|
|