| Index: Source/core/frame/RemoteDOMWindow.cpp
|
| diff --git a/Source/core/frame/RemoteDOMWindow.cpp b/Source/core/frame/RemoteDOMWindow.cpp
|
| index 93bcb89e7b83cf91c589e208bd1307aea482fff7..71d775f82319258054b70d2b1eb2df693660e188 100644
|
| --- a/Source/core/frame/RemoteDOMWindow.cpp
|
| +++ b/Source/core/frame/RemoteDOMWindow.cpp
|
| @@ -9,6 +9,7 @@
|
| #include "core/css/CSSRuleList.h"
|
| #include "core/css/CSSStyleDeclaration.h"
|
| #include "core/css/MediaQueryList.h"
|
| +#include "core/frame/Location.h"
|
|
|
| namespace blink {
|
|
|
| @@ -87,12 +88,6 @@ Navigator* RemoteDOMWindow::navigator() const
|
| return nullptr;
|
| }
|
|
|
| -Location* RemoteDOMWindow::location() const
|
| -{
|
| - // FIXME: Implement.
|
| - return nullptr;
|
| -}
|
| -
|
| bool RemoteDOMWindow::offscreenBuffering() const
|
| {
|
| ASSERT_NOT_REACHED();
|
|
|