Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(284)

Unified Diff: third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp

Issue 2570463005: Retire ThreadState::registerPreFinalizer<T>() (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {}
« no previous file with comments | « third_party/WebKit/Source/core/fetch/MockResourceClient.cpp ('k') | third_party/WebKit/Source/core/fetch/ResourceOwner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698