summaryrefslogtreecommitdiffstats
path: root/Source/JavaScriptCore/wtf/unicode/UTF8.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/wtf/unicode/UTF8.cpp')
-rw-r--r--Source/JavaScriptCore/wtf/unicode/UTF8.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/wtf/unicode/UTF8.cpp b/Source/JavaScriptCore/wtf/unicode/UTF8.cpp
index 4c3738b..6981fe4 100644
--- a/Source/JavaScriptCore/wtf/unicode/UTF8.cpp
+++ b/Source/JavaScriptCore/wtf/unicode/UTF8.cpp
@@ -319,7 +319,7 @@ static inline unsigned calculateStringHashAndLengthFromUTF8Internal(const char*
if (!data)
return 0;
- WTF::StringHasher stringHasher;
+ StringHasher stringHasher;
dataLength = 0;
utf16Length = 0;