Changeset 228406 in webkit


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

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

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

Legend:

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

    r228405 r228406  
     12018-02-12  Jason Marcell  <jmarcell@apple.com>
     2
     3        Cherry-pick r228229. rdar://problem/37475107
     4
     5    2018-02-06  Matt Lewis  <jlewis3@apple.com>
     6
     7            Removed the assertions from VideoFullscreenInterfaceAVKit.mm temporarily to stop the resulting crashes during debugging.
     8            https://bugs.webkit.org/show_bug.cgi?id=182527
     9
     10            Unreviewed build fix.
     11
     12            * platform/ios/VideoFullscreenInterfaceAVKit.mm:
     13            (VideoFullscreenInterfaceAVKit::exitFullscreen):
     14            (VideoFullscreenInterfaceAVKit::cleanupFullscreen):
     15
    1162018-02-12  Jason Marcell  <jmarcell@apple.com>
    217
  • branches/safari-605-branch/Source/WebCore/platform/ios/VideoFullscreenInterfaceAVKit.mm

    r228166 r228406  
    777777            if (!success) {
    778778                WTFLogAlways("-[AVPlayerViewController exitFullScreenAnimated:completionHandler:] failed with error %s", [[error localizedDescription] UTF8String]);
    779                 ASSERT_NOT_REACHED();
    780779            }
    781780
     
    815814            if (!success) {
    816815                WTFLogAlways("-[AVPlayerViewController exitFullScreenAnimated:completionHandler:] failed with error %s", [[error localizedDescription] UTF8String]);
    817                 ASSERT_NOT_REACHED();
    818816            }
    819817        }];
Note: See TracChangeset for help on using the changeset viewer.