Bug 274659 - isTestServerTrust() in ServiceWorkerBasic.mm should use WTF::bridge_cast<>
Summary: isTestServerTrust() in ServiceWorkerBasic.mm should use WTF::bridge_cast<>
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-05-24 09:44 PDT by David Kilzer (:ddkilzer)
Modified: 2024-05-24 09:58 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2024-05-24 09:44:39 PDT
isTestServerTrust() in Tools/TestWebKitAPI/Tests/WebKitCocoa/ServiceWorkerBasic.mm should use WTF::bridge_cast<> instead of an (NSString *) C-style cast to convert from CFStringRef to NSString before calling adoptNS().
Comment 1 Radar WebKit Bug Importer 2024-05-24 09:44:56 PDT
<rdar://problem/128686657>
Comment 2 David Kilzer (:ddkilzer) 2024-05-24 09:58:59 PDT
Pull request: https://github.com/WebKit/WebKit/pull/29059