Chromium Code Reviews| Index: Source/platform/HashTools.h |
| diff --git a/Source/core/platform/HashTools.h b/Source/platform/HashTools.h |
| similarity index 96% |
| rename from Source/core/platform/HashTools.h |
| rename to Source/platform/HashTools.h |
| index c376470e6dfb5393c675921cbd9b7706136513f2..d4348d36bc1f2ffc2ff5916fe27281554926a590 100644 |
| --- a/Source/core/platform/HashTools.h |
| +++ b/Source/platform/HashTools.h |
| @@ -37,9 +37,9 @@ struct Value { |
| int id; |
| }; |
| -const NamedColor* findColor(register const char* str, register unsigned int len); |
| -const Property* findProperty(register const char* str, register unsigned int len); |
| -const Value* findValue(register const char* str, register unsigned int len); |
| +const NamedColor* findColor(register const char* str, register unsigned len); |
| +const Property* findProperty(register const char* str, register unsigned len); |
| +const Value* findValue(register const char* str, register unsigned len); |
|
abarth-chromium
2013/10/25 15:24:18
These don't need to be exported?
rwlbuis
2013/10/25 15:44:28
Likely two of those, you are right. findColor is o
|
| } // namespace WebCore |