Bug 298058
| Summary: | [ews] Use super for parent class invocations - part 2 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Aakash Jain <aakash_jain> |
| Component: | New Bugs | Assignee: | Aakash Jain <aakash_jain> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=250799 | ||
Aakash Jain
We should use 'super' instead of explicitly invoking a class function. This will also prevent mistakes (e.g.: forgetting to update these explicit function calls from base class we don't use anymore) when we change the base class (e.g.: while moving to new-style steps for buildbot).
Similar to https://commits.webkit.org/259233@main
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/159388681>
Aakash Jain
Did most of it in individual changes (for specific build steps).