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

Unified Diff: third_party/WebKit/Source/modules/peerconnection/RTCDTMFSender.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/peerconnection/RTCDTMFSender.cpp
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCDTMFSender.cpp b/third_party/WebKit/Source/modules/peerconnection/RTCDTMFSender.cpp
index 09b0e0af69bf28afa68ecdfe5bc5cd1b902689f9..7deedaf434440e4a8813660369878e9d983d7fcd 100644
--- a/third_party/WebKit/Source/modules/peerconnection/RTCDTMFSender.cpp
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCDTMFSender.cpp
@@ -76,7 +76,6 @@ RTCDTMFSender::RTCDTMFSender(ExecutionContext* context,
m_handler(std::move(handler)),
m_stopped(false),
m_scheduledEventTimer(this, &RTCDTMFSender::scheduledEventTimerFired) {
- ThreadState::current()->registerPreFinalizer(this);
m_handler->setClient(this);
}

Powered by Google App Engine
This is Rietveld 408576698