Bug 255731
| Summary: | Stop marking isInvalidInputType() as friend to InputType subclasses | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | DOM | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Chris Dumez
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/12975
EWS
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
<rdar://problem/108325034>