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

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

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.h
diff --git a/Source/core/frame/RemoteDOMWindow.h b/Source/core/frame/RemoteDOMWindow.h
index 2fb2f015c45660db48782deaa15a3d07b26757ff..7d9aba524db551f00af802aef0783661fb4783ef 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