| Index: Source/core/testing/Internals.cpp
|
| diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp
|
| index 350c8740de6f790b72015796af093e5adca56ac2..781b8f2ea8e854b5ccbd7ccbdd1a22a7b5ba7a85 100644
|
| --- a/Source/core/testing/Internals.cpp
|
| +++ b/Source/core/testing/Internals.cpp
|
| @@ -693,7 +693,7 @@ PassRefPtrWillBeRawPtr<PagePopupController> Internals::pagePopupController()
|
| return s_pagePopupDriver ? s_pagePopupDriver->pagePopupController() : 0;
|
| }
|
|
|
| -LocalDOMWindow* Internals::pagePopupWindow() const
|
| +DOMWindow* Internals::pagePopupWindow() const
|
| {
|
| Document* document = contextDocument();
|
| if (!document)
|
|
|