| Index: third_party/WebKit/Source/core/dom/custom/CustomElementProcessingStack.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementProcessingStack.cpp b/third_party/WebKit/Source/core/dom/custom/CustomElementProcessingStack.cpp
|
| index f939c46d7c87b258addf147fb8cc59a4e992bb88..cf3e6b25182ba0dec97c372693abf5b59a4e824c 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementProcessingStack.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementProcessingStack.cpp
|
| @@ -43,7 +43,7 @@ size_t CustomElementProcessingStack::s_elementQueueEnd = kNumSentinels;
|
|
|
| CustomElementProcessingStack& CustomElementProcessingStack::instance()
|
| {
|
| - DEFINE_STATIC_LOCAL(OwnPtrWillBePersistent<CustomElementProcessingStack>, instance, (adoptPtrWillBeNoop(new CustomElementProcessingStack())));
|
| + DEFINE_STATIC_LOCAL(Persistent<CustomElementProcessingStack>, instance, ((new CustomElementProcessingStack())));
|
| return *instance;
|
| }
|
|
|
|
|