| Index: Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| diff --git a/Source/web/ServiceWorkerGlobalScopeProxy.cpp b/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| index 689fb5574d4513d959e5561be0003969335bfbe6..4566dade0bc61bc9044753c544e68537bbca1288 100644
|
| --- a/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| +++ b/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| @@ -144,12 +144,6 @@ void ServiceWorkerGlobalScopeProxy::postMessageToPageInspector(const String& mes
|
| m_document.postInspectorTask(createCrossThreadTask(&WebEmbeddedWorkerImpl::postMessageToPageInspector, &m_embeddedWorker, message));
|
| }
|
|
|
| -void ServiceWorkerGlobalScopeProxy::updateInspectorStateCookie(const String& message)
|
| -{
|
| - // The inspector cookie saving/restoring is controlled from the main thread.
|
| - // This method could be removed once shared workers are moved to the main thread inspection as well.
|
| -}
|
| -
|
| void ServiceWorkerGlobalScopeProxy::workerGlobalScopeStarted(WorkerGlobalScope* workerGlobalScope)
|
| {
|
| ASSERT(!m_workerGlobalScope);
|
|
|