Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / animation / KeyframeValueList.cpp
index 3665f9d..fe56f6f 100644 (file)
@@ -27,7 +27,7 @@
 #include "config.h"
 #include "platform/animation/KeyframeValueList.h"
 
-namespace WebCore {
+namespace blink {
 
 void KeyframeValueList::insert(PassOwnPtr<const AnimationValue> value)
 {
@@ -49,4 +49,4 @@ void KeyframeValueList::insert(PassOwnPtr<const AnimationValue> value)
     m_values.append(value);
 }
 
-} // namespace WebCore
+} // namespace blink