| Index: third_party/WebKit/Source/core/workers/WorkerReportingProxy.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerReportingProxy.h b/third_party/WebKit/Source/core/workers/WorkerReportingProxy.h
|
| index 7e9d343edacc34e1cb527c5cdff7fa78e1ecb631..5d1f77a2f4d4f317e456ea148410eeab865750ea 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerReportingProxy.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerReportingProxy.h
|
| @@ -50,7 +50,6 @@ public:
|
| virtual void reportException(const String& errorMessage, std::unique_ptr<SourceLocation>) = 0;
|
| virtual void reportConsoleMessage(ConsoleMessage*) = 0;
|
| virtual void postMessageToPageInspector(const String&) = 0;
|
| - virtual void postWorkerConsoleAgentEnabled() = 0;
|
|
|
| // Invoked when the worker script is evaluated. |success| is true if the
|
| // evaluation completed with no uncaught exception.
|
|
|