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

Unified Diff: Source/modules/mediastream/RTCStatsRequestImpl.h

Issue 509933002: Oilpan: Move MediaStreamSource, MediaStreamComponent and MediaStreamDescriptor to oilpan's heap Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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
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;
};

Powered by Google App Engine
This is Rietveld 408576698