| Index: third_party/WebKit/Source/modules/fetch/FetchManager.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/FetchManager.cpp b/third_party/WebKit/Source/modules/fetch/FetchManager.cpp
|
| index 471c0a995fe0823e68268d3f02adae48e8a5a5dd..39e8daaac8f00a839a7de5edd9c2f199df3a7b22 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/FetchManager.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/FetchManager.cpp
|
| @@ -303,7 +303,6 @@ FetchManager::Loader::Loader(ExecutionContext* executionContext,
|
| m_didFinishLoading(false),
|
| m_isIsolatedWorld(isIsolatedWorld),
|
| m_executionContext(executionContext) {
|
| - ThreadState::current()->registerPreFinalizer(this);
|
| m_urlList.append(request->url());
|
| }
|
|
|
|
|