Title: [283503] branches/safari-613.1.4-branch/Source/WebCore
Revision
283503
Author
[email protected]
Date
2021-10-04 09:46:54 -0700 (Mon, 04 Oct 2021)

Log Message

Unreviewed maccatalyst build fix.

* platform/audio/ios/AudioSessionIOS.mm:
(WebCore::AudioSessionIOS::setHostProcessAttribution):

Modified Paths

Diff

Modified: branches/safari-613.1.4-branch/Source/WebCore/ChangeLog (283502 => 283503)


--- branches/safari-613.1.4-branch/Source/WebCore/ChangeLog	2021-10-04 16:40:50 UTC (rev 283502)
+++ branches/safari-613.1.4-branch/Source/WebCore/ChangeLog	2021-10-04 16:46:54 UTC (rev 283503)
@@ -1,3 +1,10 @@
+2021-10-04  Kate Cheney  <[email protected]>
+
+        Unreviewed maccatalyst build fix.
+
+        * platform/audio/ios/AudioSessionIOS.mm:
+        (WebCore::AudioSessionIOS::setHostProcessAttribution):
+
 2021-10-04  Kimmo Kinnunen  <[email protected]>
 
         Regression (r283238)[ MacOS wk1 ] fast/mediacapturefromelement/CanvasCaptureMediaStream-webgl-events.html is timing out

Modified: branches/safari-613.1.4-branch/Source/WebCore/platform/audio/ios/AudioSessionIOS.mm (283502 => 283503)


--- branches/safari-613.1.4-branch/Source/WebCore/platform/audio/ios/AudioSessionIOS.mm	2021-10-04 16:40:50 UTC (rev 283502)
+++ branches/safari-613.1.4-branch/Source/WebCore/platform/audio/ios/AudioSessionIOS.mm	2021-10-04 16:46:54 UTC (rev 283503)
@@ -139,7 +139,7 @@
 
 void AudioSessionIOS::setHostProcessAttribution(audit_token_t auditToken)
 {
-#if ENABLE(APP_PRIVACY_REPORT)
+#if ENABLE(APP_PRIVACY_REPORT) && !PLATFORM(MACCATALYST)
     NSError *error = nil;
     auto bundleProxy = [LSBundleProxy bundleProxyWithAuditToken:auditToken error:&error];
     if (error) {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to