| Index: Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| diff --git a/Source/web/ServiceWorkerGlobalScopeProxy.cpp b/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| index 535147f1056af1220c4202893b96f919006c6ea2..4cf0a695c91f571a2f33c6093905a172290c5ff9 100644
|
| --- a/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| +++ b/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
| @@ -76,6 +76,12 @@ ServiceWorkerGlobalScopeProxy::~ServiceWorkerGlobalScopeProxy()
|
| {
|
| }
|
|
|
| +void ServiceWorkerGlobalScopeProxy::setRegistration(WebServiceWorkerRegistration* registration)
|
| +{
|
| + ASSERT(m_workerGlobalScope);
|
| + m_workerGlobalScope->setRegistration(registration);
|
| +}
|
| +
|
| void ServiceWorkerGlobalScopeProxy::dispatchActivateEvent(int eventID)
|
| {
|
| ASSERT(m_workerGlobalScope);
|
|
|