Index: Source/modules/webaudio/AudioBasicInspectorNode.h |
diff --git a/Source/modules/webaudio/AudioBasicInspectorNode.h b/Source/modules/webaudio/AudioBasicInspectorNode.h |
index 1e7cf824eb77db574c8dfad6b2c1004d9ca6a899..3a880d2f25113b81b9cacd83314389d619f04e25 100644 |
--- a/Source/modules/webaudio/AudioBasicInspectorNode.h |
+++ b/Source/modules/webaudio/AudioBasicInspectorNode.h |
@@ -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 |