| Index: third_party/WebKit/Source/modules/peerconnection/RTCStatsRequestImpl.cpp
|
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCStatsRequestImpl.cpp b/third_party/WebKit/Source/modules/peerconnection/RTCStatsRequestImpl.cpp
|
| index 6fe884b1cc5594b8c847a458135908a00f1e2e84..544ac47c5cff202c02d489ce9ff7d214be08fed0 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCStatsRequestImpl.cpp
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCStatsRequestImpl.cpp
|
| @@ -73,7 +73,7 @@ void RTCStatsRequestImpl::requestSucceeded(RTCStatsResponseBase* response) {
|
| clear();
|
| }
|
|
|
| -void RTCStatsRequestImpl::stop() {
|
| +void RTCStatsRequestImpl::contextDestroyed() {
|
| clear();
|
| }
|
|
|
|
|