| Index: Source/web/WebRemoteFrameImpl.h
|
| diff --git a/Source/web/WebRemoteFrameImpl.h b/Source/web/WebRemoteFrameImpl.h
|
| index f197680131cbd39f8f64f2cd8782ba5a7b09ebf2..4b1ab5cad8fc4e925e567bbc4760f4a1475f0e68 100644
|
| --- a/Source/web/WebRemoteFrameImpl.h
|
| +++ b/Source/web/WebRemoteFrameImpl.h
|
| @@ -195,7 +195,7 @@ public:
|
| private:
|
| WebRemoteFrameImpl(WebTreeScopeType, WebRemoteFrameClient*);
|
|
|
| - RemoteFrameClientImpl m_frameClient;
|
| + OwnPtrWillBeMember<RemoteFrameClientImpl> m_frameClient;
|
| RefPtrWillBeMember<RemoteFrame> m_frame;
|
| WebRemoteFrameClient* m_client;
|
|
|
|
|