Changeset 228407 in webkit


Ignore:
Timestamp:
Feb 12, 2018 5:00:10 PM (6 years ago)
Author:
jmarcell@apple.com
Message:

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

Location:
branches/safari-605-branch/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-605-branch/Source/WebCore/ChangeLog

    r228406 r228407  
     12018-02-12  Jason Marcell  <jmarcell@apple.com>
     2
     3        Cherry-pick r228389. rdar://problem/37475107
     4
     5    2018-02-12  Ryan Haddad  <ryanhaddad@apple.com>
     6
     7            [iOS] media tests failing ASSERT_NOT_REACHED() in WebCore::VideoFullscreenInterfaceAVKit::cleanupFullscreen()
     8            https://bugs.webkit.org/show_bug.cgi?id=182527
     9
     10            Reviewed by Alexey Proskuryakov.
     11
     12            Temporarily remove an assertion from VideoFullscreenInterfaceAVKit to stop tests from crashing on iOS
     13            while the root cause is being investigated.
     14
     15            * platform/ios/VideoFullscreenInterfaceAVKit.mm:
     16            (VideoFullscreenInterfaceAVKit::exitFullscreenHandler):
     17
    1182018-02-12  Jason Marcell  <jmarcell@apple.com>
    219
  • branches/safari-605-branch/Source/WebCore/platform/ios/VideoFullscreenInterfaceAVKit.mm

    r228406 r228407  
    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.