| 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 593a01dac0d68fc88328993efe9a5bd511e11a71..b148e83a27bf6c15596f2c4f1815b278a3c87b84 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameHost.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameHost.h
|
| @@ -41,7 +41,6 @@
|
| namespace blink {
|
|
|
| class BrowserControls;
|
| -class ConsoleMessageStorage;
|
| class OverscrollController;
|
| class Page;
|
|
|
| @@ -72,9 +71,6 @@ class CORE_EXPORT FrameHost final
|
| OverscrollController& overscrollController();
|
| const OverscrollController& overscrollController() const;
|
|
|
| - ConsoleMessageStorage& consoleMessageStorage();
|
| - const ConsoleMessageStorage& consoleMessageStorage() const;
|
| -
|
| DECLARE_TRACE();
|
|
|
| // Don't allow more than a certain number of frames in a page.
|
|
|