Title: [291514] trunk/Source/WebCore
Revision
291514
Author
[email protected]
Date
2022-03-18 17:46:37 -0700 (Fri, 18 Mar 2022)

Log Message

[iOS] Fix more build breakage from r291361
https://bugs.webkit.org/show_bug.cgi?id=238097
<rdar://problem/90505371>

Unreviewed build fix.


* platform/ios/WebAVPlayerController.mm: Declare AVAssetTrack.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (291513 => 291514)


--- trunk/Source/WebCore/ChangeLog	2022-03-19 00:43:47 UTC (rev 291513)
+++ trunk/Source/WebCore/ChangeLog	2022-03-19 00:46:37 UTC (rev 291514)
@@ -1,3 +1,13 @@
+2022-03-18  Eric Carlson  <[email protected]>
+
+        [iOS] Fix more build breakage from r291361
+        https://bugs.webkit.org/show_bug.cgi?id=238097
+        <rdar://problem/90505371>
+
+        Unreviewed build fix.
+
+        * platform/ios/WebAVPlayerController.mm: Declare AVAssetTrack.
+
 2022-03-18  Commit Queue  <[email protected]>
 
         Unreviewed, reverting r291476.

Modified: trunk/Source/WebCore/platform/ios/WebAVPlayerController.mm (291513 => 291514)


--- trunk/Source/WebCore/platform/ios/WebAVPlayerController.mm	2022-03-19 00:43:47 UTC (rev 291513)
+++ trunk/Source/WebCore/platform/ios/WebAVPlayerController.mm	2022-03-19 00:46:37 UTC (rev 291514)
@@ -44,6 +44,7 @@
 SOFT_LINK_CLASS_OPTIONAL(AVKit, AVPlayerController)
 SOFT_LINK_CLASS_OPTIONAL(AVKit, AVValueTiming)
 
+OBJC_CLASS AVAssetTrack;
 OBJC_CLASS AVMetadataItem;
 
 using namespace WebCore;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to