[webkit-changes] [WebKit/WebKit] 6ec18a: Fix WebLocalFrameLoaderClient debug build with gcc

Olivier Blin noreply at github.com
Fri Dec 1 10:22:55 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6ec18aaa5cc946575294254b8880fab689898f6e
      https://github.com/WebKit/WebKit/commit/6ec18aaa5cc946575294254b8880fab689898f6e
  Author: Olivier Blin <olivier.blin at softathome.com>
  Date:   2023-12-01 (Fri, 01 Dec 2023)

  Changed paths:
    M Source/WebKit/WebProcess/WebCoreSupport/WebLocalFrameLoaderClient.cpp

  Log Message:
  -----------
  Fix WebLocalFrameLoaderClient debug build with gcc
https://bugs.webkit.org/show_bug.cgi?id=265320

Reviewed by Darin Adler.

* Source/WebKit/WebProcess/WebCoreSupport/WebLocalFrameLoaderClient.cpp:
(WebKit::WebLocalFrameLoaderClient::dispatchDidReceiveServerRedirectForProvisionalLoad):
Fix the following -Werror=format build error with gcc:

error: format '%hhu' expects argument of type 'int', but argument 10 has type 'WebCore::FrameState'
Canonical link: https://commits.webkit.org/271390@main




More information about the webkit-changes mailing list