| Index: third_party/WebKit/Source/modules/notifications/NotificationResourcesLoader.cpp
|
| diff --git a/third_party/WebKit/Source/modules/notifications/NotificationResourcesLoader.cpp b/third_party/WebKit/Source/modules/notifications/NotificationResourcesLoader.cpp
|
| index fb717c28a5aff7641993582243550df44841333c..fff339bb8249e73134582dda18b22518721650c7 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/NotificationResourcesLoader.cpp
|
| +++ b/third_party/WebKit/Source/modules/notifications/NotificationResourcesLoader.cpp
|
| @@ -19,7 +19,6 @@ NotificationResourcesLoader::NotificationResourcesLoader(
|
| : m_started(false),
|
| m_completionCallback(std::move(completionCallback)),
|
| m_pendingRequestCount(0) {
|
| - ThreadState::current()->registerPreFinalizer(this);
|
| DCHECK(m_completionCallback);
|
| }
|
|
|
|
|