Chromium Code Reviews| Index: Source/core/frame/RemoteDOMWindow.cpp |
| diff --git a/Source/core/frame/RemoteDOMWindow.cpp b/Source/core/frame/RemoteDOMWindow.cpp |
| index 9512e2d189a1e625a883ad0db76910257ac6b883..fefdef3d6103d0bb39acf099b323772621635615 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" |
|
dcheng
2015/02/10 23:02:18
It's not clear to me why we need this include.
Nate Chapin
2015/02/10 23:30:18
Because I had omitted it in DOMWindow.h, will add
|
| 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(); |