RESOLVED FIXED 242457
The `CSSPropertyNames.cpp` file is code-generated with non-deterministic contents
https://bugs.webkit.org/show_bug.cgi?id=242457
Summary The `CSSPropertyNames.cpp` file is code-generated with non-deterministic cont...
Argyrios Kyrtzidis
Reported 2022-07-07 10:22:41 PDT
Every time `Source/WebCore/css/makeprop.pl` runs it generates different contents for `CSSPropertyNames.gprof` (and subsequently for `CSSPropertyNames.cpp`). The switch-case statements for the properties are written out in a non-deterministic order.
Attachments
Sam Sneddon [:gsnedders]
Comment 1 2022-07-07 12:09:04 PDT
Argyrios Kyrtzidis
Comment 2 2022-07-07 12:17:27 PDT
Argyrios Kyrtzidis
Comment 3 2022-07-08 13:55:38 PDT
EWS
Comment 4 2022-07-08 15:02:17 PDT
Committed 252297@main (e4ff5dfc94ce): <https://commits.webkit.org/252297@main> Reviewed commits have been landed. Closing PR #2196 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.