Index: Source/platform/graphics/Color.cpp |
diff --git a/Source/platform/graphics/Color.cpp b/Source/platform/graphics/Color.cpp |
index 3c0b7429750012fd7d9ff5b98a511972a5c3900d..db081a70a37e57d0b72a9579c33f2c838fdc3904 100644 |
--- a/Source/platform/graphics/Color.cpp |
+++ b/Source/platform/graphics/Color.cpp |
@@ -37,7 +37,8 @@ using namespace std; |
namespace WebCore { |
-#if !COMPILER(MSVC) |
+#if !COMPILER(MSVC) || COMPILER(CLANG) |
+// FIXME: Use C++11 strong enums to avoid static data member with initializer definition problems. |
const RGBA32 Color::black; |
const RGBA32 Color::white; |
const RGBA32 Color::darkGray; |