Index: Source/platform/graphics/filters/SourceGraphic.cpp |
diff --git a/Source/platform/graphics/filters/SourceGraphic.cpp b/Source/platform/graphics/filters/SourceGraphic.cpp |
index f9c1195e5bced226bc08432a8ab36c0c2b6d28e8..de6749260d1a53cadb1dcb63f453120ffc169ee9 100644 |
--- a/Source/platform/graphics/filters/SourceGraphic.cpp |
+++ b/Source/platform/graphics/filters/SourceGraphic.cpp |
@@ -27,7 +27,7 @@ |
#include "wtf/StdLibExtras.h" |
#include "wtf/text/WTFString.h" |
-namespace WebCore { |
+namespace blink { |
PassRefPtr<SourceGraphic> SourceGraphic::create(Filter* filter) |
{ |
@@ -69,4 +69,4 @@ TextStream& SourceGraphic::externalRepresentation(TextStream& ts, int indent) co |
return ts; |
} |
-} // namespace WebCore |
+} // namespace blink |