Bug 121131 - [iOS] Use a better hash function for TextAutoSizingKey
Summary: [iOS] Use a better hash function for TextAutoSizingKey
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-10 16:27 PDT by Daniel Bates
Modified: 2013-09-10 16:27 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2013-09-10 16:27:43 PDT
As Sam Weinig remarked on in bug #121111, comment 6, we should use a better hash function for TextAutoSizingKey.

Currently we construct a hash for a TextAutoSizingKey by XORing various style information associated with it.