| 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 0f23f8feff059fe90c00f4663caa4013344078f7..53aa5c931f75182c508a61ab1787e80dd1b632e7 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp
|
| @@ -98,7 +98,8 @@ ScriptPromise ServiceWorkerRegistration::unregister(ScriptState* scriptState)
|
| }
|
|
|
| ServiceWorkerRegistration::ServiceWorkerRegistration(ExecutionContext* executionContext, PassOwnPtr<WebServiceWorkerRegistration::Handle> handle)
|
| - : ActiveDOMObject(executionContext)
|
| + : ActiveScriptWrappable(this)
|
| + , ActiveDOMObject(executionContext)
|
| , m_handle(handle)
|
| , m_provider(nullptr)
|
| , m_stopped(false)
|
|
|