[webkit-changes] [WebKit/WebKit] 9c9682: Fix build failure in NetworkDataTaskCocoa signposts

bnham noreply at github.com
Fri Feb 3 12:30:07 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9c96828e21cd71a9b8c38319e644953ef7cb6c51
      https://github.com/WebKit/WebKit/commit/9c96828e21cd71a9b8c38319e644953ef7cb6c51
  Author: Ben Nham <nham at apple.com>
  Date:   2023-02-03 (Fri, 03 Feb 2023)

  Changed paths:
    M Source/WebKit/NetworkProcess/cocoa/NetworkDataTaskCocoa.mm

  Log Message:
  -----------
  Fix build failure in NetworkDataTaskCocoa signposts
https://bugs.webkit.org/show_bug.cgi?id=251715
rdar://105015201

Reviewed by Wenson Hsieh and Alex Christensen.

259826 at main broke the build due to passing a WTF::String instead of a C string to a logging
macro. This was not caught by EWS because the macro does nothing when compiling with the public SDK.

* Source/WebKit/NetworkProcess/cocoa/NetworkDataTaskCocoa.mm:
(WebKit::NetworkDataTaskCocoa::NetworkDataTaskCocoa):

Canonical link: https://commits.webkit.org/259832@main




More information about the webkit-changes mailing list