| Index: Source/modules/webaudio/WaveShaperProcessor.h
|
| diff --git a/Source/modules/webaudio/WaveShaperProcessor.h b/Source/modules/webaudio/WaveShaperProcessor.h
|
| index e69f0a616d073243963a5d206bf08c7c644d49fa..63c0002ad39ae30dc76aa34e4f063ac9ca32edd7 100644
|
| --- a/Source/modules/webaudio/WaveShaperProcessor.h
|
| +++ b/Source/modules/webaudio/WaveShaperProcessor.h
|
| @@ -32,7 +32,7 @@
|
| #include "wtf/RefPtr.h"
|
| #include "wtf/ThreadingPrimitives.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // WaveShaperProcessor is an AudioDSPKernelProcessor which uses WaveShaperDSPKernel objects to implement non-linear distortion effects.
|
|
|
| @@ -65,6 +65,6 @@ private:
|
| OverSampleType m_oversample;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // WaveShaperProcessor_h
|
|
|