Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / webaudio / AudioBasicInspectorNode.h
index 1e7cf82..3a880d2 100644 (file)
@@ -27,7 +27,7 @@
 
 #include "modules/webaudio/AudioNode.h"
 
-namespace WebCore {
+namespace blink {
 
 class ExceptionState;
 
@@ -49,6 +49,6 @@ private:
     bool m_needAutomaticPull; // When setting to true, AudioBasicInspectorNode will be pulled automaticlly by AudioContext before the end of each render quantum.
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // AudioBasicInspectorNode_h