Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / css / CSSKeyframesRule.h
index aebdc19..5f48e7a 100644 (file)
@@ -31,7 +31,7 @@
 #include "wtf/Forward.h"
 #include "wtf/text/AtomicString.h"
 
-namespace WebCore {
+namespace blink {
 
 class CSSRuleList;
 class StyleKeyframe;
@@ -114,6 +114,6 @@ private:
 
 DEFINE_CSS_RULE_TYPE_CASTS(CSSKeyframesRule, KEYFRAMES_RULE);
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // CSSKeyframesRule_h