| Index: third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.cpp
|
| diff --git a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.cpp b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.cpp
|
| index a0b4661e021a8d4d6a007931140a8f6dc3045916..14bf0d66c11817ae41e202559876006dc5c72a14 100644
|
| --- a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.cpp
|
| +++ b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.cpp
|
| @@ -379,7 +379,6 @@ MediaKeySession::MediaKeySession(ScriptState* scriptState,
|
| ClosedPromise::Closed)),
|
| m_actionTimer(this, &MediaKeySession::actionTimerFired) {
|
| DVLOG(MEDIA_KEY_SESSION_LOG_LEVEL) << __func__ << "(" << this << ")";
|
| - ThreadState::current()->registerPreFinalizer(this);
|
|
|
| // Create the matching Chromium object. It will not be usable until
|
| // initializeNewSession() is called in response to the user calling
|
|
|