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