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 41769e8..65be70a 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 WTF::StringHasher::createBlobHash(array.integers(), array.size());
+ return StringHasher::hashMemory(array.integers(), array.size() * sizeof(int));
}
bool IntegerArrayHash::equal(const IntegerArray& a, const IntegerArray& b)