| Index: third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskDispatcher.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskDispatcher.cpp b/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskDispatcher.cpp
|
| index bbb9e9986f8450f565798d11cb8536b5a4d21475..9f05712039105dead6f04bd04220be65f0a5b948 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskDispatcher.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementMicrotaskDispatcher.cpp
|
| @@ -19,6 +19,7 @@ V0CustomElementMicrotaskDispatcher::V0CustomElementMicrotaskDispatcher()
|
|
|
| V0CustomElementMicrotaskDispatcher&
|
| V0CustomElementMicrotaskDispatcher::instance() {
|
| + ALLOW_UNSAFE_SINGLETON()
|
| DEFINE_STATIC_LOCAL(V0CustomElementMicrotaskDispatcher, instance,
|
| (new V0CustomElementMicrotaskDispatcher));
|
| return instance;
|
|
|