X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fmodules%2Fwebaudio%2FGainNode.h;h=402da5fd2f598ffa541cd0ccd56e682a5a7ce011;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=a0886b918e8162f7f2448a0beb40bb1318a42f0f;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/modules/webaudio/GainNode.h b/src/third_party/WebKit/Source/modules/webaudio/GainNode.h index a0886b9..402da5f 100644 --- a/src/third_party/WebKit/Source/modules/webaudio/GainNode.h +++ b/src/third_party/WebKit/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