Title: [284947] branches/safari-612-branch/Source/WebCore/PAL
Revision
284947
Author
[email protected]
Date
2021-10-27 14:05:49 -0700 (Wed, 27 Oct 2021)

Log Message

Cherry-pick r284222. rdar://problem/84625558

    Fix non-internal iOS builds after r284220
    https://bugs.webkit.org/show_bug.cgi?id=231621

    * pal/spi/cocoa/TCCSPI.h:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@284222 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-612-branch/Source/WebCore/PAL/ChangeLog (284946 => 284947)


--- branches/safari-612-branch/Source/WebCore/PAL/ChangeLog	2021-10-27 21:05:46 UTC (rev 284946)
+++ branches/safari-612-branch/Source/WebCore/PAL/ChangeLog	2021-10-27 21:05:49 UTC (rev 284947)
@@ -1,5 +1,25 @@
 2021-10-26  Alan Coon  <[email protected]>
 
+        Cherry-pick r284222. rdar://problem/84625558
+
+    Fix non-internal iOS builds after r284220
+    https://bugs.webkit.org/show_bug.cgi?id=231621
+    
+    * pal/spi/cocoa/TCCSPI.h:
+    
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@284222 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    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-26  Alan Coon  <[email protected]>
+
         Cherry-pick r284220. rdar://problem/84625558
 
     Adopt attribution AVCaptureSession SPI for GPU process

Modified: branches/safari-612-branch/Source/WebCore/PAL/pal/spi/cocoa/TCCSPI.h (284946 => 284947)


--- branches/safari-612-branch/Source/WebCore/PAL/pal/spi/cocoa/TCCSPI.h	2021-10-27 21:05:46 UTC (rev 284946)
+++ branches/safari-612-branch/Source/WebCore/PAL/pal/spi/cocoa/TCCSPI.h	2021-10-27 21:05:49 UTC (rev 284947)
@@ -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

Reply via email to