Index: Source/platform/graphics/filters/LightSource.h |
diff --git a/Source/platform/graphics/filters/LightSource.h b/Source/platform/graphics/filters/LightSource.h |
index b9f198615084354e52cacc03215500d17efa74c4..78ed64941f558c4f5157a8a0c54863559feb4014 100644 |
--- a/Source/platform/graphics/filters/LightSource.h |
+++ b/Source/platform/graphics/filters/LightSource.h |
@@ -29,7 +29,7 @@ |
#include "wtf/PassRefPtr.h" |
#include "wtf/RefCounted.h" |
-namespace WebCore { |
+namespace blink { |
enum LightType { |
LS_DISTANT, |
@@ -86,6 +86,6 @@ private: |
LightType m_type; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // LightSource_h |