| Index: third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp
|
| diff --git a/third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp b/third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp
|
| index 85003f3c0830ee7e5dfe485e7f1a291eb65c371b..f11123c6d16ba3a52f10a5b4b89e34dffc5e8e11 100644
|
| --- a/third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp
|
| @@ -253,7 +253,6 @@ ResourceFetcher::ResourceFetcher(FetchContext* newContext)
|
| m_imagesEnabled(true),
|
| m_allowStaleResources(false),
|
| m_imageFetched(false) {
|
| - ThreadState::current()->registerPreFinalizer(this);
|
| }
|
|
|
| ResourceFetcher::~ResourceFetcher() {}
|
|
|