Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0751ecd635426e29e13ca4caac838457ca81b45f
https://github.com/WebKit/WebKit/commit/0751ecd635426e29e13ca4caac838457ca81b45f
Author: Sam Sneddon <[email protected]>
Date: 2026-03-23 (Mon, 23 Mar 2026)
Changed paths:
M Tools/Scripts/webkitpy/w3c/common.py
Log Message:
-----------
webkitpy.w3c.common.WPTPaths.ensure_wpt_repository should be defined as static
https://bugs.webkit.org/show_bug.cgi?id=309540
Reviewed by Elliott Williams.
Everything else in this class is already static, and all of the calls
of ensure_wpt_repository do indeed pass a WebKitFinder as the first
argument, which really suggests it is too.
Canonical link: https://commits.webkit.org/309781@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications