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

Unified Diff: Source/core/html/HTMLFrameOwnerElement.h

Issue 683013002: Extract a DOMWindow interface from LocalDOMWindow and use it in the idl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix incorrect assumption Created 6 years, 1 month 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/html/HTMLFrameOwnerElement.h
diff --git a/Source/core/html/HTMLFrameOwnerElement.h b/Source/core/html/HTMLFrameOwnerElement.h
index 58e2097fb25384bfd745dee405c4299e34b4b86b..0cb6fdb5a40fde39bcb0e56de111882249c82335 100644
--- a/Source/core/html/HTMLFrameOwnerElement.h
+++ b/Source/core/html/HTMLFrameOwnerElement.h
@@ -42,7 +42,7 @@ public:
virtual ~HTMLFrameOwnerElement();
Frame* contentFrame() const { return m_contentFrame; }
- LocalDOMWindow* contentWindow() const;
+ DOMWindow* contentWindow() const;
haraken 2014/11/08 09:17:25 How is it possible that contentWindow is a RemoteD
dcheng 2014/11/08 23:59:56 Let's say you have a top-level frame on https://a.
Document* contentDocument() const;
void setContentFrame(Frame&);

Powered by Google App Engine
This is Rietveld 408576698