| Index: Source/core/testing/Internals.cpp
|
| diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp
|
| index 503371fd697477551f047465c1ea96ee8aefbda6..246c0e41f3286f83ca8b1fc900d63699fd97cbda 100644
|
| --- a/Source/core/testing/Internals.cpp
|
| +++ b/Source/core/testing/Internals.cpp
|
| @@ -694,7 +694,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)
|
|
|