| 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 a4fdecda6ddac91c6808ebf1aa3a4c37ea64afd5..a1e119cee1f56f0f145dc5cbb65b85bb5b586444 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp
|
| @@ -1422,6 +1422,9 @@ void RTCPeerConnection::closeInternal() {
|
| changeIceConnectionState(ICEConnectionStateClosed);
|
| changeIceGatheringState(ICEGatheringStateComplete);
|
| changeSignalingState(SignalingStateClosed);
|
| + Document* document = toDocument(getExecutionContext());
|
| + HostsUsingFeatures::countAnyWorld(
|
| + *document, HostsUsingFeatures::Feature::RTCPeerConnectionUsed);
|
| }
|
|
|
| void RTCPeerConnection::scheduleDispatchEvent(Event* event) {
|
|
|