| Index: Source/platform/audio/AudioResampler.h
|
| diff --git a/Source/platform/audio/AudioResampler.h b/Source/platform/audio/AudioResampler.h
|
| index aaa698c612f1e9d418f6c9a38ea11ace879a7173..5d801b8dfd495571ce6af5f0fb43784bfa43e274 100644
|
| --- a/Source/platform/audio/AudioResampler.h
|
| +++ b/Source/platform/audio/AudioResampler.h
|
| @@ -61,7 +61,7 @@ public:
|
|
|
| private:
|
| double m_rate;
|
| - Vector<OwnPtr<AudioResamplerKernel> > m_kernels;
|
| + Vector<OwnPtr<AudioResamplerKernel>> m_kernels;
|
| RefPtr<AudioBus> m_sourceBus;
|
| };
|
|
|
|
|