| Index: Source/core/frame/RemoteFrame.cpp
|
| diff --git a/Source/core/frame/RemoteFrame.cpp b/Source/core/frame/RemoteFrame.cpp
|
| index d9ac8dcb69ddace0ccacd24674eb332f971b0506..6ac39f0f07a03f78c45c47175af4db11cf073ae1 100644
|
| --- a/Source/core/frame/RemoteFrame.cpp
|
| +++ b/Source/core/frame/RemoteFrame.cpp
|
| @@ -59,6 +59,11 @@ WindowProxy* RemoteFrame::windowProxy(DOMWrapperWorld& world)
|
| return windowProxy;
|
| }
|
|
|
| +Widget* RemoteFrame::widget() const
|
| +{
|
| + return view();
|
| +}
|
| +
|
| void RemoteFrame::navigate(Document& originDocument, const KURL& url, bool lockBackForwardList)
|
| {
|
| // The process where this frame actually lives won't have sufficient information to determine
|
|
|