Index: Source/platform/graphics/Gradient.cpp |
diff --git a/Source/platform/graphics/Gradient.cpp b/Source/platform/graphics/Gradient.cpp |
index 91c4f47f4cb47fae68521cc6c7496953fb831a7e..9ff4c1508a1ccafc0597d7bdac1956e31900098c 100644 |
--- a/Source/platform/graphics/Gradient.cpp |
+++ b/Source/platform/graphics/Gradient.cpp |
@@ -39,7 +39,7 @@ |
typedef Vector<SkScalar, 8> ColorStopOffsetVector; |
typedef Vector<SkColor, 8> ColorStopColorVector; |
-namespace WebCore { |
+namespace blink { |
Gradient::Gradient(const FloatPoint& p0, const FloatPoint& p1) |
: m_p0(p0) |