| Index: third_party/WebKit/Source/core/inspector/PageConsoleAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/PageConsoleAgent.h b/third_party/WebKit/Source/core/inspector/PageConsoleAgent.h
|
| index c1e2654ea27a270831eb7514b1d188a04e313552..1fe4e4140fdf9457ca9a79cc58f4241b13912bfc 100644
|
| --- a/third_party/WebKit/Source/core/inspector/PageConsoleAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/PageConsoleAgent.h
|
| @@ -60,6 +60,8 @@ public:
|
| void workerTerminated(WorkerInspectorProxy*);
|
| void workerConsoleAgentEnabled(WorkerInspectorProxy*);
|
|
|
| + void consoleMessagesCleared() override;
|
| +
|
| protected:
|
| ConsoleMessageStorage* messageStorage() override;
|
|
|
|
|