Index: Source/platform/graphics/filters/PointLightSource.cpp |
diff --git a/Source/platform/graphics/filters/PointLightSource.cpp b/Source/platform/graphics/filters/PointLightSource.cpp |
index acea84064f9d5d494caddcfebf47eb5d2cea043a..6d41dde549b77d84ab24fd565e422ecd3a0910af 100644 |
--- a/Source/platform/graphics/filters/PointLightSource.cpp |
+++ b/Source/platform/graphics/filters/PointLightSource.cpp |
@@ -33,7 +33,7 @@ |
#include "platform/text/TextStream.h" |
-namespace WebCore { |
+namespace blink { |
void PointLightSource::initPaintingData(PaintingData&) const |
{ |
@@ -68,4 +68,4 @@ TextStream& PointLightSource::externalRepresentation(TextStream& ts) const |
return ts; |
} |
-}; // namespace WebCore |
+}; // namespace blink |