| 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 324fbbca53e3ef6131fe296e8e6b9d09c8a26be0..b9db2f2c596f3f00f0a2ce001caa573fbe9f9107 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementProcessingStack.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementProcessingStack.cpp
|
| @@ -42,7 +42,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;
|
| }
|
|
|
|
|