Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(901)

Unified Diff: Source/core/frame/RemoteDOMWindow.cpp

Issue 879423003: Move Location to DOMWindow (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: resetLocation call to Frame::detach Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698