Bug 251715

Summary: Fix build failure in NetworkDataTaskCocoa signposts
Product: WebKit Reporter: Ben Nham <nham>
Component: WebKit Misc.Assignee: Ben Nham <nham>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Ben Nham 2023-02-03 12:10:03 PST
259826@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.
Comment 1 Ben Nham 2023-02-03 12:10:11 PST
<rdar://problem/105015201>
Comment 2 Ben Nham 2023-02-03 12:11:05 PST
Pull request: https://github.com/WebKit/WebKit/pull/9620
Comment 3 EWS 2023-02-03 12:30:00 PST
Committed 259832@main (9c96828e21cd): <https://commits.webkit.org/259832@main>

Reviewed commits have been landed. Closing PR #9620 and removing active labels.