| Index: Source/modules/mediastream/RTCStatsResponse.cpp
|
| diff --git a/Source/modules/mediastream/RTCStatsResponse.cpp b/Source/modules/mediastream/RTCStatsResponse.cpp
|
| index 7da82b1c9d31ce994365431d683139b0af77570c..626546882b2349bac87eed50078e482bdacb9d50 100644
|
| --- a/Source/modules/mediastream/RTCStatsResponse.cpp
|
| +++ b/Source/modules/mediastream/RTCStatsResponse.cpp
|
| @@ -42,7 +42,7 @@ PassRefPtr<RTCStatsReport> RTCStatsResponse::namedItem(const AtomicString& name)
|
| {
|
| if (m_idmap.find(name) != m_idmap.end())
|
| return m_result[m_idmap.get(name)];
|
| - return 0;
|
| + return nullptr;
|
| }
|
|
|
| size_t RTCStatsResponse::addReport(String id, String type, double timestamp)
|
|
|