Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: baf52b63edcec25cd3357f821a10958ef8926f9e
https://github.com/WebKit/WebKit/commit/baf52b63edcec25cd3357f821a10958ef8926f9e
Author: Ahmad Saleem <[email protected]>
Date: 2026-07-13 (Mon, 13 Jul 2026)
Changed paths:
M Source/WebInspectorUI/UserInterface/Controllers/CSSManager.js
Log Message:
-----------
Web Inspector: CSSManager has a duplicate get overriddenUserPreferences()
that shadows the first
https://bugs.webkit.org/show_bug.cgi?id=319328
rdar://182145371
Reviewed by Devin Rousso.
CSSManager declared `get overriddenUserPreferences()` twice, at lines 291 and
295, with identical bodies returning `this._overriddenUserPreferences`. The
second declaration silently shadowed the first and was dead code. Remove the
duplicate.
* Source/WebInspectorUI/UserInterface/Controllers/CSSManager.js:
Canonical link: https://commits.webkit.org/317119@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications