Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / css / CSSTimingFunctionValue.cpp
index b8eee45..5b0676e 100644 (file)
@@ -28,7 +28,7 @@
 
 #include "wtf/text/WTFString.h"
 
-namespace WebCore {
+namespace blink {
 
 String CSSCubicBezierTimingFunctionValue::customCSSText() const
 {
@@ -70,4 +70,4 @@ bool CSSStepsTimingFunctionValue::equals(const CSSStepsTimingFunctionValue& othe
     return m_steps == other.m_steps && m_stepAtPosition == other.m_stepAtPosition;
 }
 
-} // namespace WebCore
+} // namespace blink