Title: [257499] branches/safari-609-branch/Source/_javascript_Core/runtime/StructureTransitionTable.h
- Revision
- 257499
- Author
- [email protected]
- Date
- 2020-02-26 11:45:47 -0800 (Wed, 26 Feb 2020)
Log Message
Apply patch. rdar://problem/59739154
Modified Paths
Diff
Modified: branches/safari-609-branch/Source/_javascript_Core/runtime/StructureTransitionTable.h (257498 => 257499)
--- branches/safari-609-branch/Source/_javascript_Core/runtime/StructureTransitionTable.h 2020-02-26 19:42:48 UTC (rev 257498)
+++ branches/safari-609-branch/Source/_javascript_Core/runtime/StructureTransitionTable.h 2020-02-26 19:45:47 UTC (rev 257499)
@@ -215,7 +215,7 @@
static unsigned hash(const Key& p)
{
- return PtrHash<UniquedStringImpl*>::hash(p.first) + p.second;
+ return PtrHash<UniquedStringImpl*>::hash(std::get<0>(p)) + std::get<1>(p);
}
static bool equal(const Key& a, const Key& b)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes