Index: Source/platform/graphics/filters/FEMorphology.cpp |
diff --git a/Source/platform/graphics/filters/FEMorphology.cpp b/Source/platform/graphics/filters/FEMorphology.cpp |
index 00483e803b07c13e5af32204bad462fbfdaf3288..31fee1ebd761b4fdb452e9c30eebe02074c90f82 100644 |
--- a/Source/platform/graphics/filters/FEMorphology.cpp |
+++ b/Source/platform/graphics/filters/FEMorphology.cpp |
@@ -36,7 +36,7 @@ |
using namespace std; |
-namespace WebCore { |
+namespace blink { |
FEMorphology::FEMorphology(Filter* filter, MorphologyOperatorType type, float radiusX, float radiusY) |
: FilterEffect(filter) |
@@ -166,4 +166,4 @@ TextStream& FEMorphology::externalRepresentation(TextStream& ts, int indent) con |
return ts; |
} |
-} // namespace WebCore |
+} // namespace blink |