| Index: Source/platform/audio/AudioBus.h
|
| diff --git a/Source/platform/audio/AudioBus.h b/Source/platform/audio/AudioBus.h
|
| index f9955ff105f55866176f33e29275cc255389c418..49e54a04b6c97a668c5abdde1279fcfe6b0a8a6c 100644
|
| --- a/Source/platform/audio/AudioBus.h
|
| +++ b/Source/platform/audio/AudioBus.h
|
| @@ -158,7 +158,7 @@ protected:
|
| void speakersSumFrom5_1_ToMono(const AudioBus&);
|
|
|
| size_t m_length;
|
| - Vector<OwnPtr<AudioChannel> > m_channels;
|
| + Vector<OwnPtr<AudioChannel>> m_channels;
|
| int m_layout;
|
| float m_busGain;
|
| OwnPtr<AudioFloatArray> m_dezipperGainValues;
|
|
|