Index: Source/platform/graphics/filters/FEColorMatrix.cpp |
diff --git a/Source/platform/graphics/filters/FEColorMatrix.cpp b/Source/platform/graphics/filters/FEColorMatrix.cpp |
index b87769dd4ebebddcf3db424b0518f69f5bbc9fc6..c077df2d0eb731f2ead0e2311c5ccbff07e3db77 100644 |
--- a/Source/platform/graphics/filters/FEColorMatrix.cpp |
+++ b/Source/platform/graphics/filters/FEColorMatrix.cpp |
@@ -33,7 +33,7 @@ |
#include "wtf/MathExtras.h" |
#include "wtf/Uint8ClampedArray.h" |
-namespace WebCore { |
+namespace blink { |
FEColorMatrix::FEColorMatrix(Filter* filter, ColorMatrixType type, const Vector<float>& values) |
: FilterEffect(filter) |
@@ -239,4 +239,4 @@ TextStream& FEColorMatrix::externalRepresentation(TextStream& ts, int indent) co |
return ts; |
} |
-} // namespace WebCore |
+} // namespace blink |