| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp
|
| index 5b4d1066fcdfb54dd73b7e791cee939f7a31a150..088ee5cbbcbb72f59ae76d1e5c9df310632eb4ea 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp
|
| @@ -132,8 +132,7 @@ ScriptPromise ServiceWorkerRegistration::unregister(ScriptState* scriptState) {
|
| ServiceWorkerRegistration::ServiceWorkerRegistration(
|
| ExecutionContext* executionContext,
|
| std::unique_ptr<WebServiceWorkerRegistration::Handle> handle)
|
| - : ActiveScriptWrappable<ServiceWorkerRegistration>(this),
|
| - SuspendableObject(executionContext),
|
| + : SuspendableObject(executionContext),
|
| m_handle(std::move(handle)),
|
| m_stopped(false) {
|
| ASSERT(m_handle);
|
|
|