RESOLVED FIXED 245042
Avoid constructing InputType in HTMLInputElement::updateType whenever possible
https://bugs.webkit.org/show_bug.cgi?id=245042
Summary Avoid constructing InputType in HTMLInputElement::updateType whenever possible
Ryosuke Niwa
Reported 2022-09-10 20:25:30 PDT
Right now, HTMLInputElement::updateType always creates InputType of the new type just to check whether the type string has changed or not. Avoid this construction as a perf optimization.
Attachments
Ryosuke Niwa
Comment 1 2022-09-10 20:29:21 PDT
EWS
Comment 2 2022-09-12 08:51:01 PDT
Committed 254383@main (62339dafa6fc): <https://commits.webkit.org/254383@main> Reviewed commits have been landed. Closing PR #4231 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2022-09-12 08:52:20 PDT
Note You need to log in before you can comment on or make changes to this bug.