Bug 255607 - Avoid type attribute lookup in HTMLInputElement::updateType()
Summary: Avoid type attribute lookup in HTMLInputElement::updateType()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-04-18 09:49 PDT by Chris Dumez
Modified: 2023-04-18 11:50 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2023-04-18 09:49:22 PDT
Avoid type attribute lookup in HTMLInputElement::updateType(). One of the call sites already has the type attribute value and can pass it in argument.
Comment 1 Chris Dumez 2023-04-18 09:52:27 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12867
Comment 2 EWS 2023-04-18 11:49:35 PDT
Committed 263090@main (07cafb8f6b21): <https://commits.webkit.org/263090@main>

Reviewed commits have been landed. Closing PR #12867 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-04-18 11:50:20 PDT
<rdar://problem/108214375>