| Index: Source/modules/webaudio/GainNode.h
|
| diff --git a/Source/modules/webaudio/GainNode.h b/Source/modules/webaudio/GainNode.h
|
| index a0886b918e8162f7f2448a0beb40bb1318a42f0f..402da5fd2f598ffa541cd0ccd56e682a5a7ce011 100644
|
| --- a/Source/modules/webaudio/GainNode.h
|
| +++ b/Source/modules/webaudio/GainNode.h
|
| @@ -30,7 +30,7 @@
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/Threading.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class AudioContext;
|
|
|
| @@ -67,6 +67,6 @@ private:
|
| AudioFloatArray m_sampleAccurateGainValues;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // GainNode_h
|
|
|