| Index: Source/platform/audio/SincResampler.cpp
|
| diff --git a/Source/platform/audio/SincResampler.cpp b/Source/platform/audio/SincResampler.cpp
|
| index 657b93cd414673e20407e2e9b1435e5c9747c0f7..bf4880d4ecbb67629a28690d00067cdd7c72584b 100644
|
| --- a/Source/platform/audio/SincResampler.cpp
|
| +++ b/Source/platform/audio/SincResampler.cpp
|
| @@ -69,7 +69,7 @@ using namespace std;
|
| //
|
| // note: we're glossing over how the sub-sample handling works with m_virtualSourceIndex, etc.
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| SincResampler::SincResampler(double scaleFactor, unsigned kernelSize, unsigned numberOfKernelOffsets)
|
| : m_scaleFactor(scaleFactor)
|
| @@ -470,6 +470,6 @@ void SincResampler::process(AudioSourceProvider* sourceProvider, float* destinat
|
| }
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ENABLE(WEB_AUDIO)
|
|
|