Throughout ews-build.webkit.org, we should use 'super' instead of explicitly invoking a class function. The reason for this is that 'super' calls will break unit tests very hard if our parent class doesn't have the function we're invoking, while directly invoking a member function of a class we aren't inherited from isn't nessesarily fatal. We're likely to make mistakes here as we switch certain steps to new-style.
<rdar://problem/104400449>
Pull request: https://github.com/WebKit/WebKit/pull/8798
Committed 259233@main (419bb9a7d871): <https://commits.webkit.org/259233@main> Reviewed commits have been landed. Closing PR #8798 and removing active labels.