Title: [291569] branches/safari-614.1.7-branch/Source/WebCore
Revision
291569
Author
repst...@apple.com
Date
2022-03-21 11:01:29 -0700 (Mon, 21 Mar 2022)

Log Message

Cherry-pick r291514. rdar://problem/90500863

    [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.

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

Modified Paths

Diff

Modified: branches/safari-614.1.7-branch/Source/WebCore/ChangeLog (291568 => 291569)


--- branches/safari-614.1.7-branch/Source/WebCore/ChangeLog	2022-03-21 18:00:07 UTC (rev 291568)
+++ branches/safari-614.1.7-branch/Source/WebCore/ChangeLog	2022-03-21 18:01:29 UTC (rev 291569)
@@ -1,3 +1,29 @@
+2022-03-21  Russell Epstein  <repst...@apple.com>
+
+        Cherry-pick r291514. rdar://problem/90500863
+
+    [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.
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@291514 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2022-03-18  Eric Carlson  <eric.carl...@apple.com>
+
+            [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  Jonathan Bedard  <jbed...@apple.com>
 
         [iOS 15.4] Fix unused variables

Modified: branches/safari-614.1.7-branch/Source/WebCore/platform/ios/WebAVPlayerController.mm (291568 => 291569)


--- branches/safari-614.1.7-branch/Source/WebCore/platform/ios/WebAVPlayerController.mm	2022-03-21 18:00:07 UTC (rev 291568)
+++ branches/safari-614.1.7-branch/Source/WebCore/platform/ios/WebAVPlayerController.mm	2022-03-21 18:01:29 UTC (rev 291569)
@@ -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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to