[Webkit-unassigned] [Bug 278811] New: Build model process with public SDK
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 28 13:38:39 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=278811
Bug ID: 278811
Summary: Build model process with public SDK
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Process Model
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mwyrzykowski at apple.com
CC: nham at apple.com
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
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240828/b84d04ca/attachment.htm>
More information about the webkit-unassigned
mailing list