Bug 270398 - Drop unnecessary downcast<>() calls in InputType::isValidValue()
Summary: Drop unnecessary downcast<>() calls in InputType::isValidValue()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-03-02 14:50 PST by Chris Dumez
Modified: 2024-03-03 00:13 PST (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 2024-03-02 14:50:36 PST
Drop unnecessary downcast<>() calls in InputType::isValidValue(), for performance reasons.
Comment 1 Radar WebKit Bug Importer 2024-03-02 14:53:06 PST
<rdar://problem/123953564>
Comment 2 Chris Dumez 2024-03-02 14:53:31 PST
Pull request: https://github.com/WebKit/WebKit/pull/25377
Comment 3 EWS 2024-03-03 00:13:30 PST
Committed 275599@main (98f0251a08ba): <https://commits.webkit.org/275599@main>

Reviewed commits have been landed. Closing PR #25377 and removing active labels.