| Index: third_party/WebKit/Source/core/dom/custom/CustomElementsRegistryTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementsRegistryTest.cpp b/third_party/WebKit/Source/core/dom/custom/CustomElementsRegistryTest.cpp
|
| index ea1d265c8cbb8f2f6920e49d58ba72bef9f3ca70..68c76aa46eef2c38fa2046cfee14fd081752b2cb 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementsRegistryTest.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementsRegistryTest.cpp
|
| @@ -71,7 +71,7 @@ protected:
|
| void SetUp() override
|
| {
|
| CustomElementsRegistryTestBase::SetUp();
|
| - m_page.reset(DummyPageHolder::create(IntSize(1, 1)).leakPtr());
|
| + m_page.reset(DummyPageHolder::create(IntSize(1, 1)).release());
|
| }
|
|
|
| void TearDown() override
|
|
|