Index: Source/platform/graphics/Color.h |
diff --git a/Source/platform/graphics/Color.h b/Source/platform/graphics/Color.h |
index c745690639439378de3ae2f72abb5e92adb8f14d..2a8d4d50ec716715798116a654dbd94f181a03b2 100644 |
--- a/Source/platform/graphics/Color.h |
+++ b/Source/platform/graphics/Color.h |
@@ -56,7 +56,7 @@ struct NamedColor { |
unsigned ARGBValue; |
}; |
-const NamedColor* findColor(register const char* str, register unsigned len); |
+PLATFORM_EXPORT const NamedColor* findColor(register const char* str, register unsigned len); |
class PLATFORM_EXPORT Color { |
WTF_MAKE_FAST_ALLOCATED(Color); |