| 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 b3685b9767b333ad181451b233531237e07449e9..1dde7fc6a32abe097b1de17e9fd59d292f6c9e35 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameHost.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameHost.h
|
| @@ -42,7 +42,6 @@
|
| namespace blink {
|
|
|
| class ChromeClient;
|
| -class ConsoleMessageStorage;
|
| class CustomElementReactionStack;
|
| class Deprecation;
|
| class EventHandlerRegistry;
|
| @@ -115,9 +114,6 @@ public:
|
| const AtomicString& overrideEncoding() const { return m_overrideEncoding; }
|
| void setOverrideEncoding(const AtomicString& encoding) { m_overrideEncoding = encoding; }
|
|
|
| - ConsoleMessageStorage& consoleMessageStorage();
|
| - const ConsoleMessageStorage& consoleMessageStorage() const;
|
| -
|
| CustomElementReactionStack& customElementReactionStack();
|
| const CustomElementReactionStack& customElementReactionStack() const;
|
|
|
| @@ -144,7 +140,6 @@ private:
|
| const Member<VisualViewport> m_visualViewport;
|
| const Member<OverscrollController> m_overscrollController;
|
| const Member<EventHandlerRegistry> m_eventHandlerRegistry;
|
| - const Member<ConsoleMessageStorage> m_consoleMessageStorage;
|
| const Member<CustomElementReactionStack> m_customElementReactionStack;
|
|
|
| AtomicString m_overrideEncoding;
|
|
|