| Index: Source/modules/webaudio/AnalyserNode.h
|
| diff --git a/Source/modules/webaudio/AnalyserNode.h b/Source/modules/webaudio/AnalyserNode.h
|
| index fba97158f677b167f23cea9ba8d018421be13cf3..d33ea668614e6befdf024f8985277dadcdaaae22 100644
|
| --- a/Source/modules/webaudio/AnalyserNode.h
|
| +++ b/Source/modules/webaudio/AnalyserNode.h
|
| @@ -29,7 +29,7 @@
|
| #include "modules/webaudio/RealtimeAnalyser.h"
|
| #include "wtf/Forward.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class ExceptionState;
|
|
|
| @@ -73,6 +73,6 @@ private:
|
| RealtimeAnalyser m_analyser;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // AnalyserNode_h
|
|
|