Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(335)

Unified Diff: third_party/WebKit/Source/modules/peerconnection/RTCStatsRequestImpl.cpp

Issue 2366253002: Remove ActiveDOMObject::stop() (Closed)
Patch Set: temp Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}

Powered by Google App Engine
This is Rietveld 408576698