Changeset 228389 in webkit


Ignore:
Timestamp:
Feb 12, 2018 12:30:51 PM (6 years ago)
Author:
Ryan Haddad
Message:

[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):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r228387 r228389  
     12018-02-12  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        [iOS] media tests failing ASSERT_NOT_REACHED() in WebCore::VideoFullscreenInterfaceAVKit::cleanupFullscreen()
     4        https://bugs.webkit.org/show_bug.cgi?id=182527
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        Temporarily remove an assertion from VideoFullscreenInterfaceAVKit to stop tests from crashing on iOS
     9        while the root cause is being investigated.
     10
     11        * platform/ios/VideoFullscreenInterfaceAVKit.mm:
     12        (VideoFullscreenInterfaceAVKit::exitFullscreenHandler):
     13
    1142018-02-12  Zalan Bujtas  <zalan@apple.com>
    215
  • trunk/Source/WebCore/platform/ios/VideoFullscreenInterfaceAVKit.mm

    r228229 r228389  
    15571557    if (!success) {
    15581558        WTFLogAlways("-[AVPlayerViewController exitFullScreenAnimated:completionHandler:] failed with error %s", [[error localizedDescription] UTF8String]);
    1559         ASSERT_NOT_REACHED();
    15601559    }
    15611560
Note: See TracChangeset for help on using the changeset viewer.