| Index: Source/modules/serviceworkers/ServiceWorkerRegistration.cpp
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp b/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp
|
| index db855b7bf0e3f601f14dc7f476e8370d5ec6c1b4..cd19c6f75835a217c590b361d5a72cec21e4ad4c 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp
|
| @@ -147,7 +147,6 @@ ServiceWorkerRegistration::ServiceWorkerRegistration(ExecutionContext* execution
|
| , m_stopped(false)
|
| {
|
| ASSERT(m_outerRegistration);
|
| - ScriptWrappable::init(this);
|
|
|
| if (!executionContext)
|
| return;
|
|
|