Title: [284222] trunk/Source/WebCore/PAL
- Revision
- 284222
- Author
- [email protected]
- Date
- 2021-10-14 18:24:15 -0700 (Thu, 14 Oct 2021)
Log Message
Fix non-internal iOS builds after r284220
https://bugs.webkit.org/show_bug.cgi?id=231621
* pal/spi/cocoa/TCCSPI.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/PAL/ChangeLog (284221 => 284222)
--- trunk/Source/WebCore/PAL/ChangeLog 2021-10-15 00:49:49 UTC (rev 284221)
+++ trunk/Source/WebCore/PAL/ChangeLog 2021-10-15 01:24:15 UTC (rev 284222)
@@ -1,3 +1,10 @@
+2021-10-14 Alex Christensen <[email protected]>
+
+ Fix non-internal iOS builds after r284220
+ https://bugs.webkit.org/show_bug.cgi?id=231621
+
+ * pal/spi/cocoa/TCCSPI.h:
+
2021-10-14 Kate Cheney <[email protected]>
Adopt attribution AVCaptureSession SPI for GPU process
Modified: trunk/Source/WebCore/PAL/pal/spi/cocoa/TCCSPI.h (284221 => 284222)
--- trunk/Source/WebCore/PAL/pal/spi/cocoa/TCCSPI.h 2021-10-15 00:49:49 UTC (rev 284221)
+++ trunk/Source/WebCore/PAL/pal/spi/cocoa/TCCSPI.h 2021-10-15 01:24:15 UTC (rev 284222)
@@ -37,6 +37,7 @@
} TCCAccessPreflightResult;
typedef uint64_t tcc_identity_type_t;
-typedef struct { } tcc_identity_t;
+constexpr tcc_identity_type_t TCC_IDENTITY_CODE_BUNDLE_ID = 0;
+typedef void* tcc_identity_t;
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes