WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-08-28 13:38:56 PDT
<
rdar://problem/134880470
>
Mike Wyrzykowski
Comment 2
2024-08-28 14:33:12 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/32856
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug