| 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 2f4bbafeb8c103972089bd3d6ab1f778046cbedf..2c2a59fde90f1f1531c9dab56078f01d5e7f205e 100644
|
| --- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| @@ -171,7 +171,7 @@ public:
|
| void initializeCoreFrame(FrameHost*, FrameOwner*, const AtomicString& name);
|
|
|
| void setCoreFrame(PassRefPtrWillBeRawPtr<RemoteFrame>);
|
| - RemoteFrame* frame() const;
|
| + RemoteFrame* frame() const { return m_frame.get(); }
|
|
|
| WebRemoteFrameClient* client() const { return m_client; }
|
|
|
|
|