Index: Source/platform/geometry/FloatPolygon.cpp |
diff --git a/Source/platform/geometry/FloatPolygon.cpp b/Source/platform/geometry/FloatPolygon.cpp |
index 5407c732f6768d2397e80d423d00d71aeaad391a..2bf7487b118c164de4343ed0121f163525ff9663 100644 |
--- a/Source/platform/geometry/FloatPolygon.cpp |
+++ b/Source/platform/geometry/FloatPolygon.cpp |
@@ -32,7 +32,7 @@ |
#include "wtf/MathExtras.h" |
-namespace WebCore { |
+namespace blink { |
static inline float determinant(const FloatSize& a, const FloatSize& b) |
{ |
@@ -251,4 +251,4 @@ bool VertexPair::intersection(const VertexPair& other, FloatPoint& point) const |
return true; |
} |
-} // namespace WebCore |
+} // namespace blink |