Index: Source/platform/ColorData.gperf |
diff --git a/Source/core/platform/ColorData.gperf b/Source/platform/ColorData.gperf |
similarity index 97% |
rename from Source/core/platform/ColorData.gperf |
rename to Source/platform/ColorData.gperf |
index cf2956a3ae44d17e7d19ddfb7302c78fcf8f18dc..ea5950215aeeb3a45c0483e62bfdc9f97b086720 100644 |
--- a/Source/core/platform/ColorData.gperf |
+++ b/Source/platform/ColorData.gperf |
@@ -1,5 +1,6 @@ |
%{ |
-#include "core/platform/HashTools.h" |
+#include "config.h" |
+#include "platform/graphics/Color.h" |
#include <string.h> |
namespace WebCore { |
@@ -167,7 +168,7 @@ whitesmoke, 0xfff5f5f5 |
yellow, 0xffffff00 |
yellowgreen, 0xff9acd32 |
%% |
-const struct NamedColor* findColor(register const char* str, register unsigned int len) |
+const struct NamedColor* findColor(register const char* str, register unsigned len) |
{ |
return ColorDataHash::findColorImpl(str, len); |
} |