| 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 80811fec88aecc610fe1cc78d9e46f33af823566..a5dce4e380ba4d5967db5a888377cfa2d35aa76a 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp
|
| @@ -138,7 +138,6 @@ ServiceWorkerRegistration::ServiceWorkerRegistration(
|
| m_stopped(false) {
|
| ASSERT(m_handle);
|
| ASSERT(!m_handle->registration()->proxy());
|
| - ThreadState::current()->registerPreFinalizer(this);
|
|
|
| if (!executionContext)
|
| return;
|
|
|