[webkit-changes] [WebKit/WebKit] 232d6c: Guard against ARKitSoftLink on macOS

Dean Jackson noreply at github.com
Mon Oct 31 11:36:00 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 232d6ce7870643e3c6d5a1698714503200d3190b
      https://github.com/WebKit/WebKit/commit/232d6ce7870643e3c6d5a1698714503200d3190b
  Author: Dean Jackson <dino at apple.com>
  Date:   2022-10-31 (Mon, 31 Oct 2022)

  Changed paths:
    M Source/WebKit/Shared/Cocoa/ARKitSoftLink.mm

  Log Message:
  -----------
  Guard against ARKitSoftLink on macOS
https://bugs.webkit.org/show_bug.cgi?id=247082
rdar://101447167

Reviewed by Tim Horton.

ARKit isn't available on macOS. Our softlinking code is guarded by PLATFORM(COCOA),
which is a bit misleading. It doesn't cause problems because a later condition
restricts it to PLATFORM(IOS), but we should be more clear.

* Source/WebKit/Shared/Cocoa/ARKitSoftLink.mm: Tweak the #if.

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




More information about the webkit-changes mailing list