| Index: Source/platform/audio/AudioDelayDSPKernel.cpp
|
| diff --git a/Source/platform/audio/AudioDelayDSPKernel.cpp b/Source/platform/audio/AudioDelayDSPKernel.cpp
|
| index aded55985408eadbca95a06111c9d01e3687fa8c..326a7002bf6d13cc2a35394291257177703b4517 100644
|
| --- a/Source/platform/audio/AudioDelayDSPKernel.cpp
|
| +++ b/Source/platform/audio/AudioDelayDSPKernel.cpp
|
| @@ -34,7 +34,7 @@
|
|
|
| using namespace std;
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| const float SmoothingTimeConstant = 0.020f; // 20ms
|
|
|
| @@ -177,6 +177,6 @@ double AudioDelayDSPKernel::latencyTime() const
|
| return 0;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ENABLE(WEB_AUDIO)
|
|
|