| Index: Source/web/WebRemoteFrameImpl.h
|
| diff --git a/Source/web/WebRemoteFrameImpl.h b/Source/web/WebRemoteFrameImpl.h
|
| index 8edaad7390f2d96f2efe434de517b88428030613..075e1a2484b72ed4bd51043799eb9d86d24c61a3 100644
|
| --- a/Source/web/WebRemoteFrameImpl.h
|
| +++ b/Source/web/WebRemoteFrameImpl.h
|
| @@ -50,9 +50,6 @@ public:
|
| virtual bool hasVerticalScrollbar() const OVERRIDE;
|
| virtual WebView* view() const OVERRIDE;
|
| virtual void removeChild(WebFrame*) OVERRIDE;
|
| - virtual WebFrame* traversePrevious(bool wrap) const OVERRIDE;
|
| - virtual WebFrame* traverseNext(bool wrap) const OVERRIDE;
|
| - virtual WebFrame* findChildByName(const WebString&) const OVERRIDE;
|
| virtual WebDocument document() const OVERRIDE;
|
| virtual WebPerformance performance() const OVERRIDE;
|
| virtual bool dispatchBeforeUnloadEvent() OVERRIDE;
|
| @@ -185,6 +182,8 @@ public:
|
| void setWebCoreFrame(PassRefPtr<WebCore::RemoteFrame>);
|
| WebCore::RemoteFrame* frame() const { return m_frame.get(); }
|
|
|
| + static WebRemoteFrameImpl* fromFrame(WebCore::RemoteFrame&);
|
| +
|
| private:
|
| RemoteFrameClient m_frameClient;
|
| RefPtr<WebCore::RemoteFrame> m_frame;
|
|
|