[webkit-changes] [WebKit/WebKit] cc8a44: REGRESSION(271781 at main): dom/DocumentMarkerControl...
Fujii Hironori
noreply at github.com
Sat Dec 9 21:15:35 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: cc8a442ad6dd361972472309ab2c66258fca8673
https://github.com/WebKit/WebKit/commit/cc8a442ad6dd361972472309ab2c66258fca8673
Author: Fujii Hironori <Hironori.Fujii at sony.com>
Date: 2023-12-09 (Sat, 09 Dec 2023)
Changed paths:
M Source/WebCore/dom/DocumentMarkerController.cpp
Log Message:
-----------
REGRESSION(271781 at main): dom/DocumentMarkerController.cpp(788,45): error: format specifies type 'unsigned short' but the argument has type 'Type' [-Werror,-Wformat]
https://bugs.webkit.org/show_bug.cgi?id=266164
Unreviewed debug build fix.
* Source/WebCore/dom/DocumentMarkerController.cpp:
Cast a DocumentMarker::Type enum to uint16_t for fprintf.
Canonical link: https://commits.webkit.org/271825@main
More information about the webkit-changes
mailing list