Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Unified Diff: Source/bindings/modules/v8/custom/V8AudioNodeCustom.cpp

Issue 398673003: Rename WebCore namespace to blink in bindings and web (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
« no previous file with comments | « Source/bindings/modules/v8/ModuleBindingsInitializer.cpp ('k') | Source/bindings/modules/v8/custom/V8ClientCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698