| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.cpp
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.cpp b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.cpp
|
| index b0525d225c87823b99607b2a6503772289508824..c7a4522765f091666c1ac354b217fb381099e519 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.cpp
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.cpp
|
| @@ -182,7 +182,7 @@ ServiceWorkerContainer::~ServiceWorkerContainer()
|
| ASSERT(!m_provider);
|
| }
|
|
|
| -void ServiceWorkerContainer::willBeDetachedFromFrame()
|
| +void ServiceWorkerContainer::contextDestroyed()
|
| {
|
| if (m_provider) {
|
| m_provider->setClient(0);
|
|
|