Index: Source/core/testing/Internals.cpp |
diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp |
index 3a66ea25ed797a55370d1f140493c352c281df6b..1d73454f8abd9c5ee01c161b98536b8695e98034 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) |