Index: Source/platform/graphics/Color.cpp |
diff --git a/Source/platform/graphics/Color.cpp b/Source/platform/graphics/Color.cpp |
index 5a3836e3e8d2d1c79548a02bd022252bdc38143c..bd989336d8d8e45c7e518ee03e416b3e9c64e08c 100644 |
--- a/Source/platform/graphics/Color.cpp |
+++ b/Source/platform/graphics/Color.cpp |
@@ -35,7 +35,7 @@ |
using namespace std; |
-namespace WebCore { |
+namespace blink { |
#if !COMPILER(MSVC) |
// FIXME: Use C++11 strong enums to avoid static data member with initializer definition problems. |
@@ -464,4 +464,4 @@ RGBA32 premultipliedARGBFromColor(const Color& color) |
return pixelColor; |
} |
-} // namespace WebCore |
+} // namespace blink |