| Index: Source/core/workers/WorkerReportingProxy.h
|
| diff --git a/Source/core/workers/WorkerReportingProxy.h b/Source/core/workers/WorkerReportingProxy.h
|
| index 836fd173a88e7a2e44063904f153c7660fc1cd29..b6a6f723548a736ab7d29a202f5d1186ec404982 100644
|
| --- a/Source/core/workers/WorkerReportingProxy.h
|
| +++ b/Source/core/workers/WorkerReportingProxy.h
|
| @@ -48,7 +48,6 @@ public:
|
| virtual void reportException(const String& errorMessage, int lineNumber, int columnNumber, const String& sourceURL) = 0;
|
| virtual void reportConsoleMessage(PassRefPtrWillBeRawPtr<ConsoleMessage>) = 0;
|
| virtual void postMessageToPageInspector(const String&) = 0;
|
| - virtual void updateInspectorStateCookie(const String&) = 0;
|
|
|
| // Invoked when the new WorkerGlobalScope is started.
|
| virtual void workerGlobalScopeStarted(WorkerGlobalScope*) = 0;
|
|
|