Index: Source/core/platform/audio/AudioPullFIFO.h |
diff --git a/Source/core/platform/audio/AudioPullFIFO.h b/Source/core/platform/audio/AudioPullFIFO.h |
index c507cea6933c7f40f037fd4f1538288f21e8bfb3..86795a180439b60086d067892c7635dc7a6934bf 100644 |
--- a/Source/core/platform/audio/AudioPullFIFO.h |
+++ b/Source/core/platform/audio/AudioPullFIFO.h |
@@ -66,7 +66,7 @@ private: |
unsigned int m_providerSize; |
// Temporary workspace to hold the data from the provider. |
- AudioBus m_tempBus; |
+ RefPtr<AudioBus> m_tempBus; |
}; |
} // namespace WebCore |