| Index: third_party/WebKit/Source/modules/peerconnection/RTCLegacyStatsReport.cpp
|
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCLegacyStatsReport.cpp b/third_party/WebKit/Source/modules/peerconnection/RTCLegacyStatsReport.cpp
|
| index 91299a8229052aa557e1d40dff5ca28652b1b86e..a3f09890247b9e7c6636b620c7fe1eef32f3b73b 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCLegacyStatsReport.cpp
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCLegacyStatsReport.cpp
|
| @@ -49,7 +49,7 @@ Vector<String> RTCLegacyStatsReport::names() const {
|
|
|
| void RTCLegacyStatsReport::addStatistic(const String& name,
|
| const String& value) {
|
| - m_stats.add(name, value);
|
| + m_stats.insert(name, value);
|
| }
|
|
|
| } // namespace blink
|
|
|