Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 232d6ce7870643e3c6d5a1698714503200d3190b
      
https://github.com/WebKit/WebKit/commit/232d6ce7870643e3c6d5a1698714503200d3190b
  Author: Dean Jackson <[email protected]>
  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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to