Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c5e6247adaf6fc4a04028bd612374efa8da03ac3
https://github.com/WebKit/WebKit/commit/c5e6247adaf6fc4a04028bd612374efa8da03ac3
Author: Zak Ridouh <[email protected]>
Date: 2026-02-14 (Sat, 14 Feb 2026)
Changed paths:
M Source/WebCore/html/parser/HTMLConstructionSite.h
Log Message:
-----------
Remove unused WhitespaceMode enum deadcode from HTMLConstructionSite.h
https://bugs.webkit.org/show_bug.cgi?id=307925
rdar://170407147
Reviewed by Ryosuke Niwa and Vitor Roriz.
The WhitespaceMode enum (AllWhitespace, NotAllWhitespace, WhitespaceUnknown)
is defined but never referenced anywhere in the codebase. Remove it as dead
code.
No new tests, no change in functionality.
* Source/WebCore/html/parser/HTMLConstructionSite.h:
Canonical link: https://commits.webkit.org/307607@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications