| Index: Source/core/html/HTMLFrameOwnerElement.h
|
| diff --git a/Source/core/html/HTMLFrameOwnerElement.h b/Source/core/html/HTMLFrameOwnerElement.h
|
| index 09866a233c2ad54fe48668262161ef8f731a35b5..b9f4a7bbfe82536675b79d0f4a879dfb3fb3e90a 100644
|
| --- a/Source/core/html/HTMLFrameOwnerElement.h
|
| +++ b/Source/core/html/HTMLFrameOwnerElement.h
|
| @@ -28,7 +28,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class DOMWindow;
|
| +class LocalDOMWindow;
|
| class ExceptionState;
|
| class Frame;
|
| class RenderPart;
|
| @@ -39,7 +39,7 @@ public:
|
| virtual ~HTMLFrameOwnerElement();
|
|
|
| Frame* contentFrame() const { return m_contentFrame; }
|
| - DOMWindow* contentWindow() const;
|
| + LocalDOMWindow* contentWindow() const;
|
| Document* contentDocument() const;
|
|
|
| void setContentFrame(Frame&);
|
|
|