Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 63eb3f6b9a35b0629568eeafe0888b3ef5b3b8e2
https://github.com/WebKit/WebKit/commit/63eb3f6b9a35b0629568eeafe0888b3ef5b3b8e2
Author: Kohei Asano <[email protected]>
Date: 2024-05-08 (Wed, 08 May 2024)
Changed paths:
M Source/WebCore/rendering/RenderObject.cpp
Log Message:
-----------
RenderObject: Use WTFLogAlways instead of stderr by fprintf for working on
Windows
https://bugs.webkit.org/show_bug.cgi?id=273808
Reviewed by Fujii Hironori.
Debug utilities for RenderObjects, WebCore::printXXXTree, used fprintf for
some of logs and WTFLogAlways for the rest. But stderr can't be seen on
debuggging Windows GUI apps. WTFLogAlways emits logs on Debug Console if it's
on the Windows GUI apps.
* Source/WebCore/rendering/RenderObject.cpp:
Canonical link: https://commits.webkit.org/278532@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes