Index: Source/platform/exported/WebAudioBus.cpp |
diff --git a/Source/platform/exported/WebAudioBus.cpp b/Source/platform/exported/WebAudioBus.cpp |
index c5a55c73436dc0c827fe581b4ab9bb64dabeee56..84f8b1fe9e9622a33503af8c3ef841ced4df918c 100644 |
--- a/Source/platform/exported/WebAudioBus.cpp |
+++ b/Source/platform/exported/WebAudioBus.cpp |
@@ -41,7 +41,7 @@ class AudioBus : public ThreadSafeRefCounted<AudioBus> { |
using namespace WebCore; |
-namespace WebKit { |
+namespace blink { |
class WebAudioBusPrivate : public AudioBus { |
}; |
@@ -148,4 +148,4 @@ PassRefPtr<AudioBus> WebAudioBus::release() |
#endif |
} |
-} // namespace WebKit |
+} // namespace blink |