| Index: Source/modules/webaudio/DefaultAudioDestinationNode.h
|
| diff --git a/Source/modules/webaudio/DefaultAudioDestinationNode.h b/Source/modules/webaudio/DefaultAudioDestinationNode.h
|
| index 409d31c4c5089cca8580f99724d1806365fd1d1c..cbc3ddca0fe4a21fd65dbe7ea4667ef1dcbde8ec 100644
|
| --- a/Source/modules/webaudio/DefaultAudioDestinationNode.h
|
| +++ b/Source/modules/webaudio/DefaultAudioDestinationNode.h
|
| @@ -29,7 +29,7 @@
|
| #include "modules/webaudio/AudioDestinationNode.h"
|
| #include "wtf/OwnPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class AudioContext;
|
| class ExceptionState;
|
| @@ -61,6 +61,6 @@ private:
|
| unsigned m_numberOfInputChannels;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // DefaultAudioDestinationNode_h
|
|
|