| Index: third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.h b/third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.h
|
| index 67d7271084a341e1bc02126081a72ed5d4a764f8..9327bb782db08a173d6217bbbd3ba4dca9af2be9 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorConsoleAgent.h
|
| @@ -49,7 +49,6 @@ public:
|
| void restore() final;
|
|
|
| void addMessageToConsole(ConsoleMessage*);
|
| - void clearAllMessages();
|
| void consoleMessagesCleared();
|
|
|
| protected:
|
|
|