| Index: third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.cpp b/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.cpp
|
| index 8cc210616049a0183aa6932d905a13cd461ab35b..146bcd3d71c21c088c3b37ded945dfc06dd694d6 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStack.cpp
|
| @@ -15,6 +15,7 @@ namespace blink {
|
| namespace {
|
|
|
| Persistent<CustomElementReactionStack>& customElementReactionStack() {
|
| + ALLOW_UNSAFE_SINGLETON()
|
| DEFINE_STATIC_LOCAL(Persistent<CustomElementReactionStack>,
|
| customElementReactionStack,
|
| (new CustomElementReactionStack));
|
|
|