| Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| index 45858b2be4b76c686843ae4e8b7586f7367c4b57..af2f13bd23905a95eed58707dfb00718adfeb285 100644
|
| --- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| @@ -173,7 +173,7 @@ public:
|
| void initializeCoreFrame(FrameHost*, FrameOwner*, const AtomicString& name);
|
|
|
| void setCoreFrame(PassRefPtrWillBeRawPtr<RemoteFrame>);
|
| - RemoteFrame* frame() const { return m_frame.get(); }
|
| + RemoteFrame* frame() const;
|
|
|
| WebRemoteFrameClient* client() const { return m_client; }
|
|
|
|
|