| Index: third_party/WebKit/Source/core/frame/Frame.h
|
| diff --git a/third_party/WebKit/Source/core/frame/Frame.h b/third_party/WebKit/Source/core/frame/Frame.h
|
| index a063c1c2508d8af9646e09f940cc02d4d577b28c..24909d3d879baa3c4a176dee336d68f79a2eb8fb 100644
|
| --- a/third_party/WebKit/Source/core/frame/Frame.h
|
| +++ b/third_party/WebKit/Source/core/frame/Frame.h
|
| @@ -141,7 +141,7 @@ protected:
|
| RawPtrWillBeMember<FrameOwner> m_owner;
|
|
|
| private:
|
| - FrameClient* m_client;
|
| + RawPtrWillBeMember<FrameClient> m_client;
|
| // Needed to identify Frame Timing requests.
|
| int64_t m_frameID;
|
| bool m_isLoading;
|
|
|