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

Unified Diff: content/renderer/media/rtc_peer_connection_handler.cc

Issue 970513005: Roll WebRTC 8573:8602, Libjingle 8571:8600 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Include code updates for interface changes Created 5 years, 10 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
« no previous file with comments | « content/renderer/media/peer_connection_tracker.cc ('k') | remoting/host/cast_extension_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/rtc_peer_connection_handler.cc
diff --git a/content/renderer/media/rtc_peer_connection_handler.cc b/content/renderer/media/rtc_peer_connection_handler.cc
index e7586851f2d31b5b43c4b11f489fd4a1251d8e96..9363fec5549720276d5650f658c43445283656c0 100644
--- a/content/renderer/media/rtc_peer_connection_handler.cc
+++ b/content/renderer/media/rtc_peer_connection_handler.cc
@@ -408,8 +408,8 @@ class StatsResponse : public webrtc::StatsObserver {
report.timestamp);
for (const auto& value : report.values) {
response->addStatistic(idx,
- blink::WebString::fromUTF8(value->display_name()),
- blink::WebString::fromUTF8(value->ToString()));
+ blink::WebString::fromUTF8(value.second->display_name()),
+ blink::WebString::fromUTF8(value.second->ToString()));
}
}
« no previous file with comments | « content/renderer/media/peer_connection_tracker.cc ('k') | remoting/host/cast_extension_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698