| Index: third_party/WebKit/Source/core/dom/shadow/ShadowRoot.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.cpp b/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.cpp
|
| index c72f2a0cdc84b8557a6fa137266e55be6b0c5142..14946593530c9830a7a9c862df123d4cfb949d00 100644
|
| --- a/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.cpp
|
| @@ -279,6 +279,7 @@ void ShadowRoot::invalidateDescendantInsertionPoints() {
|
|
|
| const HeapVector<Member<InsertionPoint>>&
|
| ShadowRoot::descendantInsertionPoints() {
|
| + ALLOW_UNSAFE_SINGLETON()
|
| DEFINE_STATIC_LOCAL(HeapVector<Member<InsertionPoint>>, emptyList,
|
| (new HeapVector<Member<InsertionPoint>>));
|
| if (m_shadowRootRareDataV0 && m_descendantInsertionPointsIsValid)
|
|
|