| Index: Source/modules/webaudio/OscillatorNode.cpp
|
| diff --git a/Source/modules/webaudio/OscillatorNode.cpp b/Source/modules/webaudio/OscillatorNode.cpp
|
| index 238a7f41a30de70981c86f12d3d0dbc963cf4f12..b82dc34b8aaf3cc76935b9df53dc1f2662e13142 100644
|
| --- a/Source/modules/webaudio/OscillatorNode.cpp
|
| +++ b/Source/modules/webaudio/OscillatorNode.cpp
|
| @@ -37,7 +37,7 @@
|
| #include "wtf/StdLibExtras.h"
|
| #include <algorithm>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| using namespace VectorMath;
|
|
|
| @@ -347,6 +347,6 @@ void OscillatorNode::trace(Visitor* visitor)
|
| AudioScheduledSourceNode::trace(visitor);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ENABLE(WEB_AUDIO)
|
|
|