| Index: third_party/WebKit/Source/platform/ColorData.gperf
|
| diff --git a/third_party/WebKit/Source/platform/ColorData.gperf b/third_party/WebKit/Source/platform/ColorData.gperf
|
| index 1d169b38b9c338cca9b691c09694c6a2238aa85a..a27a24c57ac8681afff72db97aeb02a672869461 100644
|
| --- a/third_party/WebKit/Source/platform/ColorData.gperf
|
| +++ b/third_party/WebKit/Source/platform/ColorData.gperf
|
| @@ -168,7 +168,7 @@ whitesmoke, 0xfff5f5f5
|
| yellow, 0xffffff00
|
| yellowgreen, 0xff9acd32
|
| %%
|
| -const struct NamedColor* findColor(register const char* str, register unsigned len)
|
| +const struct NamedColor* FindColor(register const char* str, register unsigned len)
|
| {
|
| return ColorDataHash::findColorImpl(str, len);
|
| }
|
|
|