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

Unified Diff: third_party/WebKit/Source/modules/fetch/FetchManager.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/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());
}

Powered by Google App Engine
This is Rietveld 408576698