RESOLVED FIXED255731
Stop marking isInvalidInputType() as friend to InputType subclasses
https://bugs.webkit.org/show_bug.cgi?id=255731
Summary Stop marking isInvalidInputType() as friend to InputType subclasses
Chris Dumez
Reported 2023-04-20 08:39:46 PDT
Stop marking isInvalidInputType() as friend to InputType subclasses. We just need to make a few validation function public (which they are already in the base class). This allows us to move isInvalidInputType() to InputType.cpp, since this is the only place it is used.
Attachments
Chris Dumez
Comment 1 2023-04-20 08:50:48 PDT
EWS
Comment 2 2023-04-20 10:19:16 PDT
Committed 263179@main (5b1d7c243102): <https://commits.webkit.org/263179@main> Reviewed commits have been landed. Closing PR #12975 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2023-04-20 10:20:27 PDT
Note You need to log in before you can comment on or make changes to this bug.