[webkit-changes] [WebKit/WebKit] 441f19: [visionOS] ENABLE_ARKIT_INLINE_PREVIEW_IOS should ...

Ryan Fuller noreply at github.com
Thu Sep 28 11:56:23 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 441f196b344157684dd4bb5558f7212041577bd3
      https://github.com/WebKit/WebKit/commit/441f196b344157684dd4bb5558f7212041577bd3
  Author: Ryan Fuller <ryanfuller at apple.com>
  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




More information about the webkit-changes mailing list