| Index: third_party/WebKit/Source/core/dom/custom/CustomElementRegistryTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementRegistryTest.cpp b/third_party/WebKit/Source/core/dom/custom/CustomElementRegistryTest.cpp
|
| index fbb93b6c7a208c187cba77389e2d4079f548f7c0..fc29919a4581b42bd611afbb52c653def293ba2a 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementRegistryTest.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementRegistryTest.cpp
|
| @@ -35,7 +35,7 @@ class CustomElementRegistryTest : public ::testing::Test {
|
| Document& document() { return m_page->document(); }
|
|
|
| CustomElementRegistry& registry() {
|
| - return *m_page->frame().localDOMWindow()->customElements();
|
| + return *m_page->frame().domWindow()->customElements();
|
| }
|
|
|
| ScriptState* scriptState() {
|
|
|