Index: Source/platform/animation/AnimationUtilities.h |
diff --git a/Source/platform/animation/AnimationUtilities.h b/Source/platform/animation/AnimationUtilities.h |
index 81a8a73f5a2dc03230b85e1ec0d82928e11c9220..4d6b77e73d507dc72d3f94dbbc2d18b795981e8e 100644 |
--- a/Source/platform/animation/AnimationUtilities.h |
+++ b/Source/platform/animation/AnimationUtilities.h |
@@ -33,7 +33,7 @@ |
#include "wtf/MathExtras.h" |
#include "wtf/TypeTraits.h" |
-namespace WebCore { |
+namespace blink { |
inline int blend(int from, int to, double progress) |
{ |
@@ -79,6 +79,6 @@ inline double accuracyForDuration(double duration) |
return 1.0 / (200.0 * duration); |
} |
-} // namespace WebCore |
+} // namespace blink |
#endif // AnimationUtilities_h |