Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 885d6d83bc5aa88a20bc9d5d193816d66f23448b
https://github.com/WebKit/WebKit/commit/885d6d83bc5aa88a20bc9d5d193816d66f23448b
Author: Ahmad Saleem <[email protected]>
Date: 2026-07-19 (Sun, 19 Jul 2026)
Changed paths:
M
Source/WebInspectorUI/UserInterface/Workers/Formatter/HTMLTreeBuilderFormatter.js
Log Message:
-----------
Web Inspector: HTMLTreeBuilderFormatter dead store to didClose in tbody/tfoot
cases
https://bugs.webkit.org/show_bug.cgi?id=319768
rdar://182628287
Reviewed by Devin Rousso.
The tbody and tfoot cases assign the result of the second
_implicitlyCloseTagNamesInsideParentTagNames() call back into
didClose, but nothing after that reads it before the switch breaks.
Drop the pointless reassignment; no behavior change.
*
Source/WebInspectorUI/UserInterface/Workers/Formatter/HTMLTreeBuilderFormatter.js:
(HTMLTreeBuilderFormatter.prototype._implicitlyCloseHTMLNodesForOpenTag):
Canonical link: https://commits.webkit.org/317512@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications