RESOLVED FIXED298058
[ews] Use super for parent class invocations - part 2
https://bugs.webkit.org/show_bug.cgi?id=298058
Summary [ews] Use super for parent class invocations - part 2
Aakash Jain
Reported 2025-08-28 13:41:57 PDT
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
Radar WebKit Bug Importer
Comment 1 2025-08-28 13:43:12 PDT
Aakash Jain
Comment 2 2025-09-03 10:14:38 PDT
Did most of it in individual changes (for specific build steps).
Note You need to log in before you can comment on or make changes to this bug.