| Index: third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp
|
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp
|
| index d491884e59eb539a16ae5708bc5bc9c3e8d3b97d..f38971f3d39b503d6f0a52ba635f4b60d68951cf 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp
|
| @@ -499,7 +499,6 @@ RTCPeerConnection::RTCPeerConnection(ExecutionContext* context,
|
| m_stopped(false),
|
| m_closed(false),
|
| m_hasDataChannels(false) {
|
| - ThreadState::current()->registerPreFinalizer(this);
|
| Document* document = toDocument(getExecutionContext());
|
|
|
| // If we fail, set |m_closed| and |m_stopped| to true, to avoid hitting the
|
|
|