Index: Source/platform/animation/UnitBezier.h |
diff --git a/Source/platform/animation/UnitBezier.h b/Source/platform/animation/UnitBezier.h |
index 879d4362d3a43b22b70441668065b3a0d203049f..84a171917311b211df917f4a548786ba91898939 100644 |
--- a/Source/platform/animation/UnitBezier.h |
+++ b/Source/platform/animation/UnitBezier.h |
@@ -30,7 +30,7 @@ |
#include "wtf/Assertions.h" |
#include <math.h> |
-namespace WebCore { |
+namespace blink { |
struct UnitBezier { |
UnitBezier(double p1x, double p1y, double p2x, double p2y) |
@@ -159,6 +159,6 @@ private: |
double m_endGradient; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // UnitBezier_h |