Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / webaudio / GainNode.h
index a0886b9..402da5f 100644 (file)
@@ -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