Bug 278811
| Summary: | Build model process with public SDK | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mike Wyrzykowski <mwyrzykowski> |
| Component: | WebKit Process Model | Assignee: | 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
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
<rdar://problem/134880470>
Mike Wyrzykowski
Pull request: https://github.com/WebKit/WebKit/pull/32856