| Index: Source/core/frame/Frame.h
|
| diff --git a/Source/core/frame/Frame.h b/Source/core/frame/Frame.h
|
| index 23cadf45d42d2a33e32eb13ae2e6dbad7bf672e4..0cffdcdbe688f5a07e7970c962f5b794aaff4b67 100644
|
| --- a/Source/core/frame/Frame.h
|
| +++ b/Source/core/frame/Frame.h
|
| @@ -76,6 +76,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
|
|
|