summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/network/ProtectionSpaceHash.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/network/ProtectionSpaceHash.h')
-rw-r--r--Source/WebCore/platform/network/ProtectionSpaceHash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/network/ProtectionSpaceHash.h b/Source/WebCore/platform/network/ProtectionSpaceHash.h
index 9934321..40eb9b6 100644
--- a/Source/WebCore/platform/network/ProtectionSpaceHash.h
+++ b/Source/WebCore/platform/network/ProtectionSpaceHash.h
@@ -46,7 +46,7 @@ struct ProtectionSpaceHash {
// Ignore realm for proxies.
if (protectionSpace.isProxy())
codeCount -= sizeof(hashCodes[0]);
- return WTF::StringHasher::createBlobHash(hashCodes, codeCount);
+ return StringHasher::hashMemory(hashCodes, codeCount);
}
static bool equal(const ProtectionSpace& a, const ProtectionSpace& b) { return a == b; }