Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 441f196b344157684dd4bb5558f7212041577bd3
      
https://github.com/WebKit/WebKit/commit/441f196b344157684dd4bb5558f7212041577bd3
  Author: Ryan Fuller <[email protected]>
  Date:   2023-09-28 (Thu, 28 Sep 2023)

  Changed paths:
    M Source/WTF/wtf/PlatformEnableCocoa.h

  Log Message:
  -----------
  [visionOS] ENABLE_ARKIT_INLINE_PREVIEW_IOS should not be true on visionOS
https://bugs.webkit.org/show_bug.cgi?id=262323
rdar://116195023

Reviewed by Tim Horton.

ENABLE_SEPARATED_MODEL is defined *after* ENABLE_ARKIT_INLINE_PREVIEW_IOS, but 
the latter
requires the former, so we can just switch the order to fix the build issues on 
visionOS.

* Source/WTF/wtf/PlatformEnableCocoa.h:
Switch the define order of ENABLE_SEPARATED_MODEL to before 
ENABLE_ARKIT_INLINE_PREVIEW_IOS.

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


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

Reply via email to