Title: [285277] branches/safari-612-branch/Source/WebCore
- Revision
- 285277
- Author
- [email protected]
- Date
- 2021-11-04 12:38:58 -0700 (Thu, 04 Nov 2021)
Log Message
Cherry-pick r283498. rdar://problem/83732537
Unreviewed maccatalyst build fix.
* platform/audio/ios/AudioSessionIOS.mm:
(WebCore::AudioSessionIOS::setHostProcessAttribution):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@283498 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: branches/safari-612-branch/Source/WebCore/ChangeLog (285276 => 285277)
--- branches/safari-612-branch/Source/WebCore/ChangeLog 2021-11-04 19:38:55 UTC (rev 285276)
+++ branches/safari-612-branch/Source/WebCore/ChangeLog 2021-11-04 19:38:58 UTC (rev 285277)
@@ -1,5 +1,23 @@
2021-11-04 Russell Epstein <[email protected]>
+ Cherry-pick r283498. rdar://problem/83732537
+
+ Unreviewed maccatalyst build fix.
+
+ * platform/audio/ios/AudioSessionIOS.mm:
+ (WebCore::AudioSessionIOS::setHostProcessAttribution):
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@283498 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 2021-10-04 Kate Cheney <[email protected]>
+
+ Unreviewed maccatalyst build fix.
+
+ * platform/audio/ios/AudioSessionIOS.mm:
+ (WebCore::AudioSessionIOS::setHostProcessAttribution):
+
+2021-11-04 Russell Epstein <[email protected]>
+
Cherry-pick r283394. rdar://problem/83732537
GPU Process microphone attribution SPI adoption
Modified: branches/safari-612-branch/Source/WebCore/platform/audio/ios/AudioSessionIOS.mm (285276 => 285277)
--- branches/safari-612-branch/Source/WebCore/platform/audio/ios/AudioSessionIOS.mm 2021-11-04 19:38:55 UTC (rev 285276)
+++ branches/safari-612-branch/Source/WebCore/platform/audio/ios/AudioSessionIOS.mm 2021-11-04 19:38:58 UTC (rev 285277)
@@ -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