NEW 278811
Build model process with public SDK
https://bugs.webkit.org/show_bug.cgi?id=278811
Summary Build model process with public SDK
Mike Wyrzykowski
Reported 2024-08-28 13:38:39 PDT
We should be able to make this change: diff --git a/Source/WTF/wtf/PlatformEnableCocoa.h b/Source/WTF/wtf/PlatformEnableCocoa.h index 323a4babc249..7af07bc26b9c 100644 --- a/Source/WTF/wtf/PlatformEnableCocoa.h +++ b/Source/WTF/wtf/PlatformEnableCocoa.h @@ -1040,7 +1040,7 @@ #define ENABLE_WINDOW_PROXY_PROPERTY_ACCESS_NOTIFICATION 1 #endif -#if !defined(ENABLE_MODEL_PROCESS) && PLATFORM(VISION) && USE(APPLE_INTERNAL_SDK) +#if !defined(ENABLE_MODEL_PROCESS) && PLATFORM(VISION) #define ENABLE_MODEL_PROCESS 1 #endif
Attachments
Radar WebKit Bug Importer
Comment 1 2024-08-28 13:38:56 PDT
Mike Wyrzykowski
Comment 2 2024-08-28 14:33:12 PDT
Note You need to log in before you can comment on or make changes to this bug.