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

Unified Diff: Source/modules/webaudio/MediaStreamAudioDestinationNode.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/webaudio/MediaStreamAudioDestinationNode.h
diff --git a/Source/modules/webaudio/MediaStreamAudioDestinationNode.h b/Source/modules/webaudio/MediaStreamAudioDestinationNode.h
index e4bfd901bfab1124cf239ae2f844d0866011d304..76d78d59c7ba844e8fc5e5f68ca72f720c879d86 100644
--- a/Source/modules/webaudio/MediaStreamAudioDestinationNode.h
+++ b/Source/modules/webaudio/MediaStreamAudioDestinationNode.h
@@ -59,7 +59,7 @@ private:
virtual bool propagatesSilence() const OVERRIDE { return false; }
Member<MediaStream> m_stream;
- RefPtr<MediaStreamSource> m_source;
+ Member<MediaStreamSource> m_source;
RefPtr<AudioBus> m_mixBus;
};

Powered by Google App Engine
This is Rietveld 408576698