Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / style / KeyframeList.cpp
index 4ddaf8a..f774327 100644 (file)
@@ -26,7 +26,7 @@
 #include "core/css/StylePropertySet.h"
 #include "core/rendering/RenderObject.h"
 
-namespace WebCore {
+namespace blink {
 
 KeyframeList::~KeyframeList()
 {
@@ -78,4 +78,4 @@ void KeyframeList::insert(const KeyframeValue& keyframe)
     }
 }
 
-} // namespace WebCore
+} // namespace blink