Log Message
Build fix after r226223 https://bugs.webkit.org/show_bug.cgi?id=181088
Unreviewed. Patch by Jeremy Jones <[email protected]> on 2017-12-21 * platform/ios/VideoFullscreenInterfaceAVKit.mm: (VideoFullscreenInterfaceAVKit::exitFullscreen):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (226235 => 226236)
--- trunk/Source/WebCore/ChangeLog 2017-12-21 19:56:45 UTC (rev 226235)
+++ trunk/Source/WebCore/ChangeLog 2017-12-21 20:35:21 UTC (rev 226236)
@@ -1,3 +1,13 @@
+2017-12-21 Jeremy Jones <[email protected]>
+
+ Build fix after r226223
+ https://bugs.webkit.org/show_bug.cgi?id=181088
+
+ Unreviewed.
+
+ * platform/ios/VideoFullscreenInterfaceAVKit.mm:
+ (VideoFullscreenInterfaceAVKit::exitFullscreen):
+
2017-12-21 John Wilander <[email protected]>
Storage Access API: Make DocumentLoader::willSendRequest() and WebFrameLoaderClient::detachedFromParent2() tell the network process to get rid of any sub frame access entries
Modified: trunk/Source/WebCore/platform/ios/VideoFullscreenInterfaceAVKit.mm (226235 => 226236)
--- trunk/Source/WebCore/platform/ios/VideoFullscreenInterfaceAVKit.mm 2017-12-21 19:56:45 UTC (rev 226235)
+++ trunk/Source/WebCore/platform/ios/VideoFullscreenInterfaceAVKit.mm 2017-12-21 20:35:21 UTC (rev 226236)
@@ -755,7 +755,7 @@
[m_playerViewController stopPictureInPicture];
}];
} else if (m_currentMode.isFullscreen()) {
- [m_playerViewController exitFullScreenAnimated:YES completionHandler:[protectedThis = makeRefPtr(this), this] (BOOL, NSError*) () mutable {
+ [m_playerViewController exitFullScreenAnimated:YES completionHandler:[protectedThis = makeRefPtr(this), this] (BOOL, NSError*) mutable {
m_exitCompleted = true;
[CATransaction begin];
_______________________________________________ webkit-changes mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-changes
