Index: Source/bindings/modules/v8/custom/V8AudioNodeCustom.cpp |
diff --git a/Source/bindings/modules/v8/custom/V8AudioNodeCustom.cpp b/Source/bindings/modules/v8/custom/V8AudioNodeCustom.cpp |
index 65f434bcc79dbe3cf8be6d988ef6cb507d90c04e..2f5e1ef29f1b50e53edf238975b1d68a83226fda 100644 |
--- a/Source/bindings/modules/v8/custom/V8AudioNodeCustom.cpp |
+++ b/Source/bindings/modules/v8/custom/V8AudioNodeCustom.cpp |
@@ -63,7 +63,7 @@ |
#include "modules/webaudio/ScriptProcessorNode.h" |
#include "modules/webaudio/WaveShaperNode.h" |
-namespace WebCore { |
+namespace blink { |
v8::Handle<v8::Object> wrap(AudioNode* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) |
{ |
@@ -111,6 +111,6 @@ v8::Handle<v8::Object> wrap(AudioNode* impl, v8::Handle<v8::Object> creationCont |
return V8AudioNode::createWrapper(impl, creationContext, isolate); |
} |
-} // namespace WebCore |
+} // namespace blink |
#endif // ENABLE(WEB_AUDIO) |