| 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 cdefcf1493b4136f5de664facf4f91556822efd6..a9f43f9d8de599f0b236402db320d5c59f406ccd 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameHost.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameHost.h
|
| @@ -108,8 +108,6 @@ class CORE_EXPORT FrameHost final
|
| const Member<OverscrollController> m_overscrollController;
|
| const Member<EventHandlerRegistry> m_eventHandlerRegistry;
|
| const Member<ConsoleMessageStorage> m_consoleMessageStorage;
|
| - const Member<TopDocumentRootScrollerController>
|
| - m_globalRootScrollerController;
|
|
|
| AtomicString m_overrideEncoding;
|
| int m_subframeCount;
|
|
|