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

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

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.h
diff --git a/Source/core/frame/RemoteDOMWindow.h b/Source/core/frame/RemoteDOMWindow.h
index 53efb7f5ff5e85064770cd0525745013605add0d..1837b94a71b52cca2c8cc1fef302c728814d5659 100644
--- a/Source/core/frame/RemoteDOMWindow.h
+++ b/Source/core/frame/RemoteDOMWindow.h
@@ -34,7 +34,6 @@ public:
BarProp* statusbar() const override;
BarProp* toolbar() const override;
Navigator* navigator() const override;
- Location* location() const override;
bool offscreenBuffering() const override;
int outerHeight() const override;
int outerWidth() const override;

Powered by Google App Engine
This is Rietveld 408576698