Index: Source/modules/mediastream/RTCStatsRequestImpl.h |
diff --git a/Source/modules/mediastream/RTCStatsRequestImpl.h b/Source/modules/mediastream/RTCStatsRequestImpl.h |
index 270ae3906ab554e2ee89cd94478a7568db3f0929..1dbf6e4cd12273b8fdfbd9901f8e879c14a06190 100644 |
--- a/Source/modules/mediastream/RTCStatsRequestImpl.h |
+++ b/Source/modules/mediastream/RTCStatsRequestImpl.h |
@@ -58,7 +58,7 @@ private: |
void clear(); |
OwnPtr<RTCStatsCallback> m_successCallback; |
- RefPtr<MediaStreamComponent> m_component; |
+ Persistent<MediaStreamComponent> m_component; |
Persistent<RTCPeerConnection> m_requester; |
}; |