Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cc8a442ad6dd361972472309ab2c66258fca8673
      
https://github.com/WebKit/WebKit/commit/cc8a442ad6dd361972472309ab2c66258fca8673
  Author: Fujii Hironori <[email protected]>
  Date:   2023-12-09 (Sat, 09 Dec 2023)

  Changed paths:
    M Source/WebCore/dom/DocumentMarkerController.cpp

  Log Message:
  -----------
  REGRESSION(271781@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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to