summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/cf/BinaryPropertyList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/cf/BinaryPropertyList.cpp')
-rw-r--r--Source/WebCore/platform/cf/BinaryPropertyList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/cf/BinaryPropertyList.cpp b/Source/WebCore/platform/cf/BinaryPropertyList.cpp
index 27b44d4..41769e8 100644
--- a/Source/WebCore/platform/cf/BinaryPropertyList.cpp
+++ b/Source/WebCore/platform/cf/BinaryPropertyList.cpp
@@ -92,7 +92,7 @@ struct IntegerArrayHash {
unsigned IntegerArrayHash::hash(const IntegerArray& array)
{
- return StringImpl::computeHash(reinterpret_cast<const UChar*>(array.integers()), array.size() / (sizeof(int) / sizeof(UChar)));
+ return WTF::StringHasher::createBlobHash(array.integers(), array.size());
}
bool IntegerArrayHash::equal(const IntegerArray& a, const IntegerArray& b)