| Index: Source/modules/webaudio/AudioNode.h
|
| diff --git a/Source/modules/webaudio/AudioNode.h b/Source/modules/webaudio/AudioNode.h
|
| index 8d34eb1d88a52e761523acabf3b50de72d2968de..45ac3e80081cc60f475c19671a0076f697e0505b 100644
|
| --- a/Source/modules/webaudio/AudioNode.h
|
| +++ b/Source/modules/webaudio/AudioNode.h
|
| @@ -35,7 +35,7 @@
|
|
|
| #define DEBUG_AUDIONODE_REFERENCES 0
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class AudioContext;
|
| class AudioNodeInput;
|
| @@ -250,6 +250,6 @@ protected:
|
| AudioBus::ChannelInterpretation m_channelInterpretation;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // AudioNode_h
|
|
|