| 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 f43775ef8786494f1dd7ecf39eb99ff3ed3f37ed..7bcd1d2e8343cd77a625cca2e4ddfa0dbcfa6256 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp
|
| @@ -520,9 +520,6 @@
|
| NotSupportedError, "Failed to initialize native PeerConnection.");
|
| return;
|
| }
|
| -
|
| - m_connectionHandleForScheduler =
|
| - document->frame()->frameScheduler()->onActiveConnectionCreated();
|
| }
|
|
|
| RTCPeerConnection::~RTCPeerConnection() {
|
| @@ -1344,8 +1341,6 @@
|
| m_dispatchScheduledEventRunner->stop();
|
|
|
| m_peerHandler.reset();
|
| -
|
| - m_connectionHandleForScheduler.reset();
|
| }
|
|
|
| void RTCPeerConnection::closePeerConnection() {
|
| @@ -1420,8 +1415,6 @@
|
| Document* document = toDocument(getExecutionContext());
|
| HostsUsingFeatures::countAnyWorld(
|
| *document, HostsUsingFeatures::Feature::RTCPeerConnectionUsed);
|
| -
|
| - m_connectionHandleForScheduler.reset();
|
| }
|
|
|
| void RTCPeerConnection::scheduleDispatchEvent(Event* event) {
|
|
|