Bug 245234 - Avoid hash map look up in InputType::createIfDifferent when possible
Summary: Avoid hash map look up in InputType::createIfDifferent when possible
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-09-15 11:03 PDT by Ryosuke Niwa
Modified: 2022-09-16 01:29 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2022-09-15 11:03:35 PDT
InputType::createIfDifferent should avoid hash map lookup
when the current type name is identically equal to the new type name.
Comment 1 Ryosuke Niwa 2022-09-15 11:06:35 PDT
Pull request: https://github.com/WebKit/WebKit/pull/4392
Comment 2 EWS 2022-09-16 01:28:04 PDT
Committed 254547@main (f4a09a78399b): <https://commits.webkit.org/254547@main>

Reviewed commits have been landed. Closing PR #4392 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-09-16 01:29:20 PDT
<rdar://problem/100016270>