| Index: Source/core/frame/Frame.h
|
| diff --git a/Source/core/frame/Frame.h b/Source/core/frame/Frame.h
|
| index 91bc33e62168014b665c4b61b224f4eacbc55e9d..d0531d92a74cb06bbf940e5ab5164bdbf70a0d37 100644
|
| --- a/Source/core/frame/Frame.h
|
| +++ b/Source/core/frame/Frame.h
|
| @@ -77,6 +77,7 @@ public:
|
| virtual void disconnectOwnerElement();
|
|
|
| FrameOwner* owner() const;
|
| + void setOwner(FrameOwner* owner) { m_owner = owner; }
|
| HTMLFrameOwnerElement* deprecatedLocalOwner() const;
|
|
|
| // FIXME: LocalDOMWindow and Document should both be moved to LocalFrame
|
|
|