Index: Source/platform/geometry/FloatBoxExtent.h |
diff --git a/Source/platform/geometry/FloatBoxExtent.h b/Source/platform/geometry/FloatBoxExtent.h |
index 309a80e88abf0da8a1ec8e7bd26b814a6f289702..ef99dbfcbad0141241051997f475e024347341c9 100644 |
--- a/Source/platform/geometry/FloatBoxExtent.h |
+++ b/Source/platform/geometry/FloatBoxExtent.h |
@@ -32,7 +32,7 @@ |
#include "platform/geometry/FloatRect.h" |
-namespace WebCore { |
+namespace blink { |
class FloatBoxExtent { |
public: |
@@ -119,7 +119,7 @@ inline void operator+=(FloatBoxExtent& a, const FloatBoxExtent& b) |
a.setLeft(a.left() + b.left()); |
} |
-} // namespace WebCore |
+} // namespace blink |
#endif // FloatBoxExtent_h |