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