Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / css / resolver / AnimatedStyleBuilder.h
index 1139c52..ff3110e 100644 (file)
@@ -33,7 +33,7 @@
 
 #include "core/CSSPropertyNames.h"
 
-namespace WebCore {
+namespace blink {
 
 class AnimatableValue;
 class StyleResolverState;
@@ -43,6 +43,6 @@ public:
     static void applyProperty(CSSPropertyID, StyleResolverState&, const AnimatableValue*);
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // AnimatedStyleBuilder_h