| Index: Source/core/platform/audio/AudioFIFO.h
|
| diff --git a/Source/core/platform/audio/AudioFIFO.h b/Source/core/platform/audio/AudioFIFO.h
|
| index a744d10eb62a109b0a044ed9f4a61a3e3113af4b..920e606e268f2a258a089142a2fef847b82e492f 100644
|
| --- a/Source/core/platform/audio/AudioFIFO.h
|
| +++ b/Source/core/platform/audio/AudioFIFO.h
|
| @@ -53,7 +53,7 @@ private:
|
| int updateIndex(int index, int step) { return (index + step) % m_fifoLength; }
|
|
|
| void findWrapLengths(size_t index, size_t providerSize, size_t& part1Length, size_t& part2Length);
|
| -
|
| +
|
| // The FIFO itself. In reality, the FIFO is a circular buffer.
|
| RefPtr<AudioBus> m_fifoAudioBus;
|
|
|
|
|