Index: Source/platform/geometry/IntRect.cpp |
diff --git a/Source/platform/geometry/IntRect.cpp b/Source/platform/geometry/IntRect.cpp |
index 4a61fab2618c4ea23ef22c5578cfdf68c71f8852..5cd0abbfc4d658ea51ae9359d0fa98a80002f38d 100644 |
--- a/Source/platform/geometry/IntRect.cpp |
+++ b/Source/platform/geometry/IntRect.cpp |
@@ -32,7 +32,7 @@ |
#include <algorithm> |
-namespace WebCore { |
+namespace blink { |
IntRect::IntRect(const FloatRect& r) |
: m_location(clampToInteger(r.x()), clampToInteger(r.y())) |
@@ -179,4 +179,4 @@ void IntRect::show() const |
} |
#endif |
-} // namespace WebCore |
+} // namespace blink |