Title: [228407] branches/safari-605-branch/Source/WebCore
Revision
228407
Author
jmarc...@apple.com
Date
2018-02-12 17:00:10 -0800 (Mon, 12 Feb 2018)

Log Message

Cherry-pick r228389. rdar://problem/37475107

Modified Paths

Diff

Modified: branches/safari-605-branch/Source/WebCore/ChangeLog (228406 => 228407)


--- branches/safari-605-branch/Source/WebCore/ChangeLog	2018-02-13 01:00:08 UTC (rev 228406)
+++ branches/safari-605-branch/Source/WebCore/ChangeLog	2018-02-13 01:00:10 UTC (rev 228407)
@@ -1,5 +1,22 @@
 2018-02-12  Jason Marcell  <jmarc...@apple.com>
 
+        Cherry-pick r228389. rdar://problem/37475107
+
+    2018-02-12  Ryan Haddad  <ryanhad...@apple.com>
+
+            [iOS] media tests failing ASSERT_NOT_REACHED() in WebCore::VideoFullscreenInterfaceAVKit::cleanupFullscreen()
+            https://bugs.webkit.org/show_bug.cgi?id=182527
+
+            Reviewed by Alexey Proskuryakov.
+
+            Temporarily remove an assertion from VideoFullscreenInterfaceAVKit to stop tests from crashing on iOS
+            while the root cause is being investigated.
+
+            * platform/ios/VideoFullscreenInterfaceAVKit.mm:
+            (VideoFullscreenInterfaceAVKit::exitFullscreenHandler):
+
+2018-02-12  Jason Marcell  <jmarc...@apple.com>
+
         Cherry-pick r228229. rdar://problem/37475107
 
     2018-02-06  Matt Lewis  <jlew...@apple.com>

Modified: branches/safari-605-branch/Source/WebCore/platform/ios/VideoFullscreenInterfaceAVKit.mm (228406 => 228407)


--- branches/safari-605-branch/Source/WebCore/platform/ios/VideoFullscreenInterfaceAVKit.mm	2018-02-13 01:00:08 UTC (rev 228406)
+++ branches/safari-605-branch/Source/WebCore/platform/ios/VideoFullscreenInterfaceAVKit.mm	2018-02-13 01:00:10 UTC (rev 228407)
@@ -1556,7 +1556,6 @@
 {
     if (!success) {
         WTFLogAlways("-[AVPlayerViewController exitFullScreenAnimated:completionHandler:] failed with error %s", [[error localizedDescription] UTF8String]);
-        ASSERT_NOT_REACHED();
     }
 
     UNUSED_PARAM(success);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to