Bug 204105 - Change default HashTraits for unsigned types to UnsignedWithZeroKeyHashTraits
Summary: Change default HashTraits for unsigned types to UnsignedWithZeroKeyHashTraits
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Fujii Hironori
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-11 23:58 PST by Fujii Hironori
Modified: 2019-11-12 01:50 PST (History)
0 users

See Also:


Attachments
Patch (41.02 KB, patch)
2019-11-12 00:15 PST, Fujii Hironori
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fujii Hironori 2019-11-11 23:58:35 PST
Change default HashTraits for unsigned types to UnsignedWithZeroKeyHashTraits

UnsignedWithZeroKeyHashTraits has been added in r36244.
Comment 1 Fujii Hironori 2019-11-12 00:15:02 PST
Created attachment 383341 [details]
Patch
Comment 2 Fujii Hironori 2019-11-12 01:50:29 PST
many tests fails. it seems a bad idea.