| 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 7be48180c4d45e2d6ccc408a5f02c7a108568c35..24a1bb83ed45921e09ac886bb3cbf4ea35dedfa8 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameHost.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameHost.h
|
| @@ -94,7 +94,6 @@ class CORE_EXPORT FrameHost final
|
|
|
| const Member<Page> m_page;
|
| const Member<OverscrollController> m_overscrollController;
|
| - const Member<ConsoleMessageStorage> m_consoleMessageStorage;
|
|
|
| int m_subframeCount;
|
| };
|
|
|