Index: Source/platform/graphics/filters/FEBlend.cpp |
diff --git a/Source/platform/graphics/filters/FEBlend.cpp b/Source/platform/graphics/filters/FEBlend.cpp |
index fbf94c35ebcbe52c398df8c20e490f5b7d6d4987..421ab9ae2662fec59d787918bb5e6db0bd47fccb 100644 |
--- a/Source/platform/graphics/filters/FEBlend.cpp |
+++ b/Source/platform/graphics/filters/FEBlend.cpp |
@@ -36,7 +36,7 @@ |
typedef unsigned char (*BlendType)(unsigned char colorA, unsigned char colorB, unsigned char alphaA, unsigned char alphaB); |
-namespace WebCore { |
+namespace blink { |
FEBlend::FEBlend(Filter* filter, BlendModeType mode) |
: FilterEffect(filter) |
@@ -246,4 +246,4 @@ TextStream& FEBlend::externalRepresentation(TextStream& ts, int indent) const |
return ts; |
} |
-} // namespace WebCore |
+} // namespace blink |