Index: Source/modules/webaudio/DelayNode.h |
diff --git a/Source/modules/webaudio/DelayNode.h b/Source/modules/webaudio/DelayNode.h |
index 8324d73d2e9a62f410f0a2ecba906fc1a837d5d2..acf6cf6c4f1cd9ca929c6a53ef7ae301a57773cd 100644 |
--- a/Source/modules/webaudio/DelayNode.h |
+++ b/Source/modules/webaudio/DelayNode.h |
@@ -29,7 +29,7 @@ |
#include "modules/webaudio/DelayProcessor.h" |
#include "wtf/PassRefPtr.h" |
-namespace WebCore { |
+namespace blink { |
class AudioParam; |
class ExceptionState; |
@@ -49,6 +49,6 @@ private: |
DelayProcessor* delayProcessor() { return static_cast<DelayProcessor*>(processor()); } |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // DelayNode_h |