| Index: third_party/WebKit/Source/core/dom/custom/V0CustomElementScheduler.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElementScheduler.cpp b/third_party/WebKit/Source/core/dom/custom/V0CustomElementScheduler.cpp
|
| index bf8d1ffe4557a1aa1c12a693ecd7633b31f7bc6f..97be174c7136dcf9b6322269a9a2d74e6aa06e5e 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementScheduler.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementScheduler.cpp
|
| @@ -51,6 +51,7 @@ typedef HeapHashMap<Member<Element>, Member<V0CustomElementCallbackQueue>>
|
| ElementCallbackQueueMap;
|
|
|
| static ElementCallbackQueueMap& callbackQueues() {
|
| + ALLOW_UNSAFE_SINGLETON()
|
| DEFINE_STATIC_LOCAL(ElementCallbackQueueMap, map,
|
| (new ElementCallbackQueueMap));
|
| return map;
|
|
|