Title: [291803] branches/safari-613-branch/Source/WebCore/PAL/pal/spi/cocoa/AVFoundationSPI.h
Revision
291803
Author
alanc...@apple.com
Date
2022-03-24 10:30:59 -0700 (Thu, 24 Mar 2022)

Log Message

Unreviewed build fix. rdar://problem/89972004

Modified Paths


Diff

Modified: branches/safari-613-branch/Source/WebCore/PAL/pal/spi/cocoa/AVFoundationSPI.h (291802 => 291803)


--- branches/safari-613-branch/Source/WebCore/PAL/pal/spi/cocoa/AVFoundationSPI.h	2022-03-24 17:20:31 UTC (rev 291802)
+++ branches/safari-613-branch/Source/WebCore/PAL/pal/spi/cocoa/AVFoundationSPI.h	2022-03-24 17:30:59 UTC (rev 291803)
@@ -223,7 +223,7 @@
 
 #import <AVFoundation/AVPlayerLayer.h>
 
-#if HAVE(AVCONTENTKEYSESSION) && !USE(APPLE_INTERNAL_SDK)
+#if HAVE(AVCONTENTKEYSESSION)
 @interface AVContentKeyReportGroup : NSObject
 @property (readonly, nullable) NSData *contentProtectionSessionIdentifier;
 - (void)expire;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to