[webkit-changes] [WebKit/WebKit] 90640d: isTestServerTrust() in ServiceWorkerBasic.mm shoul...

Commit Queue noreply at github.com
Fri May 24 20:27:51 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 90640da0da75182bbe5fce97a1f98cd6d0e3fc67
      https://github.com/WebKit/WebKit/commit/90640da0da75182bbe5fce97a1f98cd6d0e3fc67
  Author: David Kilzer <ddkilzer at apple.com>
  Date:   2024-05-24 (Fri, 24 May 2024)

  Changed paths:
    M Tools/TestWebKitAPI/Tests/WebKitCocoa/ServiceWorkerBasic.mm

  Log Message:
  -----------
  isTestServerTrust() in ServiceWorkerBasic.mm should use WTF::bridge_cast<>
<https://bugs.webkit.org/show_bug.cgi?id=274659>
<rdar://128686657>

Reviewed by Darin Adler.

* Tools/TestWebKitAPI/Tests/WebKitCocoa/ServiceWorkerBasic.mm:
- Switch from adoptNS() to adoptCF().get(), and use
  WTF::bridge_cast<>() instead of (NSString *) to toll-free bridge the
  CFStringRef to NSString.

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list