| Index: Source/platform/audio/AudioPullFIFO.h
|
| diff --git a/Source/platform/audio/AudioPullFIFO.h b/Source/platform/audio/AudioPullFIFO.h
|
| index 381b69ded889bf5b29d6dfa31ae167081ec17295..f607bf90a28462341edb22d64481e467adf23777 100644
|
| --- a/Source/platform/audio/AudioPullFIFO.h
|
| +++ b/Source/platform/audio/AudioPullFIFO.h
|
| @@ -63,7 +63,7 @@ private:
|
| AudioFIFO m_fifo;
|
|
|
| // Number of frames of data that the provider will produce per call.
|
| - unsigned int m_providerSize;
|
| + unsigned m_providerSize;
|
|
|
| // Temporary workspace to hold the data from the provider.
|
| RefPtr<AudioBus> m_tempBus;
|
|
|