summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/HashTools.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/HashTools.h')
-rw-r--r--Source/WebCore/platform/HashTools.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/WebCore/platform/HashTools.h b/Source/WebCore/platform/HashTools.h
index 3badbdee1..a943eb49a 100644
--- a/Source/WebCore/platform/HashTools.h
+++ b/Source/WebCore/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(const char* str, unsigned len);
+const Property* findProperty(const char* str, unsigned len);
+const Value* findValue(const char* str, unsigned len);
} // namespace WebCore