Bug 278811

Summary: Build model process with public SDK
Product: WebKit Reporter: Mike Wyrzykowski <mwyrzykowski>
Component: WebKit Process ModelAssignee: Mike Wyrzykowski <mwyrzykowski>
Status: NEW    
Severity: Normal CC: nham, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.