| Index: Source/modules/webaudio/PeriodicWave.h
|
| diff --git a/Source/modules/webaudio/PeriodicWave.h b/Source/modules/webaudio/PeriodicWave.h
|
| index c75b155a1860f331bc4f5d6fade6e11dc74ce2a3..bb374f7e5a1347a66e8d3e08d8f17cdb5f878403 100644
|
| --- a/Source/modules/webaudio/PeriodicWave.h
|
| +++ b/Source/modules/webaudio/PeriodicWave.h
|
| @@ -87,7 +87,7 @@ private:
|
|
|
| // Creates tables based on numberOfComponents Fourier coefficients.
|
| void createBandLimitedTables(const float* real, const float* imag, unsigned numberOfComponents);
|
| - Vector<OwnPtr<AudioFloatArray> > m_bandLimitedTables;
|
| + Vector<OwnPtr<AudioFloatArray>> m_bandLimitedTables;
|
| };
|
|
|
| } // namespace blink
|
|
|