RESOLVED FIXED 273808
[RenderObject] logging to stderr by fprintf doesn't work on Windows Debug Console
https://bugs.webkit.org/show_bug.cgi?id=273808
Summary [RenderObject] logging to stderr by fprintf doesn't work on Windows Debug Con...
Kohei Asano
Reported 2024-05-06 23:03:31 PDT
RenderingObject logging utils emit parts of info to stderr, as we see https://github.com/WebKit/WebKit/blob/main/Source/WebCore/rendering/RenderObject.cpp#L2736-L2761 . This doesn't work well on Windows, and platform independent logging should have used WTFLogAlways instead.
Attachments
Kohei Asano
Comment 2 2024-05-07 21:28:14 PDT
EWS
Comment 3 2024-05-08 15:15:54 PDT
Committed 278532@main (63eb3f6b9a35): <https://commits.webkit.org/278532@main> Reviewed commits have been landed. Closing PR #28224 and removing active labels.
Radar WebKit Bug Importer
Comment 4 2024-05-08 15:16:15 PDT
Note You need to log in before you can comment on or make changes to this bug.