| 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 a5dce4e380ba4d5967db5a888377cfa2d35aa76a..5b4d1066fcdfb54dd73b7e791cee939f7a31a150 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp
|
| @@ -132,7 +132,7 @@ ScriptPromise ServiceWorkerRegistration::unregister(ScriptState* scriptState) {
|
| ServiceWorkerRegistration::ServiceWorkerRegistration(
|
| ExecutionContext* executionContext,
|
| std::unique_ptr<WebServiceWorkerRegistration::Handle> handle)
|
| - : ActiveScriptWrappable(this),
|
| + : ActiveScriptWrappable<ServiceWorkerRegistration>(this),
|
| SuspendableObject(executionContext),
|
| m_handle(std::move(handle)),
|
| m_stopped(false) {
|
|
|