| Index: Source/platform/audio/VectorMath.cpp
|
| diff --git a/Source/platform/audio/VectorMath.cpp b/Source/platform/audio/VectorMath.cpp
|
| index 211e495ca1f9e8f3d06de44be442b9c94f9cd1df..219ed5463977ac5cc172f1117fd0cca3f9008a9a 100644
|
| --- a/Source/platform/audio/VectorMath.cpp
|
| +++ b/Source/platform/audio/VectorMath.cpp
|
| @@ -46,7 +46,7 @@
|
| #include <math.h>
|
| #include <algorithm>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| namespace VectorMath {
|
|
|
| @@ -685,6 +685,6 @@ void vclip(const float* sourceP, int sourceStride, const float* lowThresholdP, c
|
|
|
| } // namespace VectorMath
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ENABLE(WEB_AUDIO)
|
|
|