Chromium Code Reviews| 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&); |