| Index: Source/core/html/HTMLFrameOwnerElement.cpp
|
| diff --git a/Source/core/html/HTMLFrameOwnerElement.cpp b/Source/core/html/HTMLFrameOwnerElement.cpp
|
| index 9939d714cc600000bef76fd7c91cda21f91ed0b7..3a5fea5d421082f9f6c1e8c971462e667789583f 100644
|
| --- a/Source/core/html/HTMLFrameOwnerElement.cpp
|
| +++ b/Source/core/html/HTMLFrameOwnerElement.cpp
|
| @@ -155,7 +155,7 @@ Document* HTMLFrameOwnerElement::contentDocument() const
|
| return (m_contentFrame && m_contentFrame->isLocalFrame()) ? toLocalFrame(m_contentFrame)->document() : 0;
|
| }
|
|
|
| -DOMWindow* HTMLFrameOwnerElement::contentWindow() const
|
| +LocalDOMWindow* HTMLFrameOwnerElement::contentWindow() const
|
| {
|
| return m_contentFrame ? m_contentFrame->domWindow() : 0;
|
| }
|
|
|