| 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 1d94ec7d80760d7c2b45cc63555a12175064c9ff..10645087db0f4432c75bdeca79bd70043f48ed49 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameHost.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameHost.h
|
| @@ -98,8 +98,6 @@ class CORE_EXPORT FrameHost final
|
| const Member<Page> m_page;
|
| const Member<OverscrollController> m_overscrollController;
|
| const Member<ConsoleMessageStorage> m_consoleMessageStorage;
|
| - const Member<TopDocumentRootScrollerController>
|
| - m_globalRootScrollerController;
|
|
|
| int m_subframeCount;
|
| };
|
|
|