| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.cpp
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.cpp b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.cpp
|
| index 7df26aedabc511dfde5bf06ed7487d89393d731d..2bb5387e666c53b7eb81846cabcd0c090eba34f3 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.cpp
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.cpp
|
| @@ -153,7 +153,6 @@ ServiceWorker* ServiceWorker::getOrCreate(
|
| ServiceWorker::ServiceWorker(ExecutionContext* executionContext,
|
| std::unique_ptr<WebServiceWorker::Handle> handle)
|
| : AbstractWorker(executionContext),
|
| - ActiveScriptWrappable<ServiceWorker>(this),
|
| m_handle(std::move(handle)),
|
| m_wasStopped(false) {
|
| ASSERT(m_handle);
|
|
|