| Index: third_party/WebKit/Source/core/frame/FrameHost.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameHost.h b/third_party/WebKit/Source/core/frame/FrameHost.h
|
| index 24a1bb83ed45921e09ac886bb3cbf4ea35dedfa8..593a01dac0d68fc88328993efe9a5bd511e11a71 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameHost.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameHost.h
|
| @@ -93,7 +93,6 @@ class CORE_EXPORT FrameHost final
|
| explicit FrameHost(Page&);
|
|
|
| const Member<Page> m_page;
|
| - const Member<OverscrollController> m_overscrollController;
|
|
|
| int m_subframeCount;
|
| };
|
|
|