| 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..3e7350b54dda4dc9d15795cbc779264d4fb77919 100644
|
| --- a/third_party/WebKit/Source/core/events/EventDispatcher.cpp
|
| +++ b/third_party/WebKit/Source/core/events/EventDispatcher.cpp
|
| @@ -84,6 +84,7 @@ void EventDispatcher::dispatchSimulatedClick(
|
| // before dispatchSimulatedClick() returns. This vector is here just to
|
| // prevent the code from running into an infinite recursion of
|
| // dispatchSimulatedClick().
|
| + ALLOW_UNSAFE_SINGLETON()
|
| DEFINE_STATIC_LOCAL(HeapHashSet<Member<Node>>,
|
| nodesDispatchingSimulatedClicks,
|
| (new HeapHashSet<Member<Node>>));
|
|
|