| Index: Source/modules/mediastream/RTCStatsResponse.cpp
|
| diff --git a/Source/modules/mediastream/RTCStatsResponse.cpp b/Source/modules/mediastream/RTCStatsResponse.cpp
|
| index 7da82b1c9d31ce994365431d683139b0af77570c..41a276b8b841a401e5c02f99ee351c09525647fa 100644
|
| --- a/Source/modules/mediastream/RTCStatsResponse.cpp
|
| +++ b/Source/modules/mediastream/RTCStatsResponse.cpp
|
| @@ -38,7 +38,7 @@ RTCStatsResponse::RTCStatsResponse()
|
| ScriptWrappable::init(this);
|
| }
|
|
|
| -PassRefPtr<RTCStatsReport> RTCStatsResponse::namedItem(const AtomicString& name)
|
| +PassRefPtrWillBeRawPtr<RTCStatsReport> RTCStatsResponse::namedItem(const AtomicString& name)
|
| {
|
| if (m_idmap.find(name) != m_idmap.end())
|
| return m_result[m_idmap.get(name)];
|
|
|