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

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

Issue 552653005: Oilpan: Move MediaStreamSource, MediaStreamComponent and MediaStreamDescriptor to oilpan's heap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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 4b5e58c71d2c3c6f892de951950540962369ebd6..1ad1a363f0339f524a055327e5e9cfd711106387 100644
--- a/Source/modules/mediastream/RTCStatsRequestImpl.h
+++ b/Source/modules/mediastream/RTCStatsRequestImpl.h
@@ -60,7 +60,7 @@ private:
void clear();
OwnPtrWillBeMember<RTCStatsCallback> m_successCallback;
- RefPtr<MediaStreamComponent> m_component;
+ Member<MediaStreamComponent> m_component;
Member<RTCPeerConnection> m_requester;
};

Powered by Google App Engine
This is Rietveld 408576698