| 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;
|
| Document* contentDocument() const;
|
|
|
| void setContentFrame(Frame&);
|
|
|