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

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

Issue 879423003: Move Location to DOMWindow (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove DOMWindowProperty changes Created 5 years, 11 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 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();

Powered by Google App Engine
This is Rietveld 408576698