Index: Source/modules/webaudio/AudioParam.h |
diff --git a/Source/modules/webaudio/AudioParam.h b/Source/modules/webaudio/AudioParam.h |
index 1c98a6ce7d9b9398a0f2ec2f296312b930845cf7..1d24ba8f73ef3fe6f9a1cc84b821893a0178cccb 100644 |
--- a/Source/modules/webaudio/AudioParam.h |
+++ b/Source/modules/webaudio/AudioParam.h |
@@ -39,7 +39,7 @@ |
#include "wtf/RefCounted.h" |
#include "wtf/text/WTFString.h" |
-namespace WebCore { |
+namespace blink { |
class AudioNodeOutput; |
@@ -138,6 +138,6 @@ private: |
AudioParamTimeline m_timeline; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // AudioParam_h |