summaryrefslogtreecommitdiffstats
path: root/Source/JavaScriptCore/profiler/CallIdentifier.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/profiler/CallIdentifier.h')
-rw-r--r--Source/JavaScriptCore/profiler/CallIdentifier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/profiler/CallIdentifier.h b/Source/JavaScriptCore/profiler/CallIdentifier.h
index a9827c0..1ba5ec6 100644
--- a/Source/JavaScriptCore/profiler/CallIdentifier.h
+++ b/Source/JavaScriptCore/profiler/CallIdentifier.h
@@ -63,7 +63,7 @@ namespace JSC {
key.m_url.impl()->hash(),
key.m_lineNumber
};
- return WTF::StringHasher::createBlobHash<sizeof(hashCodes)>(hashCodes);
+ return StringHasher::hashMemory<sizeof(hashCodes)>(hashCodes);
}
static bool equal(const CallIdentifier& a, const CallIdentifier& b) { return a == b; }