| 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 da2245a69f8079d9bbb4d32740889534d396ee82..17467d0b6e240997dcd0094d6d4fe180a48a455c 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
|
|
|