Index: Source/modules/webaudio/WaveShaperNode.h |
diff --git a/Source/modules/webaudio/WaveShaperNode.h b/Source/modules/webaudio/WaveShaperNode.h |
index 159a39fb0128ebe6b3230d46e169f2697c4a9a8e..ff33116ce3cfbcb3b31477755115d79b2a49bf4e 100644 |
--- a/Source/modules/webaudio/WaveShaperNode.h |
+++ b/Source/modules/webaudio/WaveShaperNode.h |
@@ -30,7 +30,7 @@ |
#include "modules/webaudio/WaveShaperProcessor.h" |
#include "wtf/Forward.h" |
-namespace WebCore { |
+namespace blink { |
class ExceptionState; |
@@ -54,6 +54,6 @@ private: |
WaveShaperProcessor* waveShaperProcessor() { return static_cast<WaveShaperProcessor*>(processor()); } |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // WaveShaperNode_h |