Bug 284257
| Summary: | Cleanup unnecessary duplicated "visitorAdditionalChildren" methods in Observable code | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Marais Rossouw <me> |
| Component: | DOM | Assignee: | Marais Rossouw <me> |
| Status: | RESOLVED FIXED | ||
| Severity: | Trivial | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
Marais Rossouw
We have a method called "visitorAdditionalChildren" on our base InternalObserver class, which requires implementations for both AbstractSlotVisitor, and SlotVisitor. This is not required, as AbstractSlotVisitor is a base class to SlotVisitor — so we only need one.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Marais Rossouw
Pull request: https://github.com/WebKit/WebKit/pull/37610
EWS
Committed 287546@main (d2eb155406a3): <https://commits.webkit.org/287546@main>
Reviewed commits have been landed. Closing PR #37610 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/141155142>