Index: Source/platform/geometry/RoundedRect.cpp |
diff --git a/Source/platform/geometry/RoundedRect.cpp b/Source/platform/geometry/RoundedRect.cpp |
index fa692335464030256d4caa5fa0e0ed372b6c4e11..24257dd311a2fc230e3f8f40cd7a8264f38efbe6 100644 |
--- a/Source/platform/geometry/RoundedRect.cpp |
+++ b/Source/platform/geometry/RoundedRect.cpp |
@@ -33,7 +33,7 @@ |
using namespace std; |
-namespace WebCore { |
+namespace blink { |
bool RoundedRect::Radii::isZero() const |
{ |
@@ -246,4 +246,4 @@ bool RoundedRect::intersectsQuad(const FloatQuad& quad) const |
return true; |
} |
-} // namespace WebCore |
+} // namespace blink |