| Index: Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| diff --git a/Source/web/ServiceWorkerGlobalScopeProxy.cpp b/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| index b275807846a98e5fbcf1e4281fd69b219d86877a..52189087d1ab48825156eaac31e293f6b5ee683e 100644
|
| --- a/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| +++ b/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| @@ -143,6 +143,11 @@ void ServiceWorkerGlobalScopeProxy::postMessageToPageInspector(const String& mes
|
| m_document.postInspectorTask(createCrossThreadTask(&WebEmbeddedWorkerImpl::postMessageToPageInspector, &m_embeddedWorker, message));
|
| }
|
|
|
| +void ServiceWorkerGlobalScopeProxy::workerScriptEvaluated(bool result)
|
| +{
|
| + m_client.workerScriptEvaluated(result);
|
| +}
|
| +
|
| void ServiceWorkerGlobalScopeProxy::workerGlobalScopeStarted(WorkerGlobalScope* workerGlobalScope)
|
| {
|
| ASSERT(!m_workerGlobalScope);
|
|
|