Title: [234391] branches/safari-606-branch/Source/WebCore
Revision
234391
Author
[email protected]
Date
2018-07-30 15:01:43 -0700 (Mon, 30 Jul 2018)

Log Message

Revert r233930. rdar://problem/42354941

Modified Paths

Diff

Modified: branches/safari-606-branch/Source/WebCore/ChangeLog (234390 => 234391)


--- branches/safari-606-branch/Source/WebCore/ChangeLog	2018-07-30 22:01:40 UTC (rev 234390)
+++ branches/safari-606-branch/Source/WebCore/ChangeLog	2018-07-30 22:01:43 UTC (rev 234391)
@@ -1,5 +1,9 @@
 2018-07-30  Kocsen Chung  <[email protected]>
 
+        Revert r233930. rdar://problem/42354941
+
+2018-07-30  Kocsen Chung  <[email protected]>
+
         Revert r234044. rdar://problem/42433225
 
 2018-07-30  Kocsen Chung  <[email protected]>

Modified: branches/safari-606-branch/Source/WebCore/platform/ios/VideoFullscreenInterfaceAVKit.mm (234390 => 234391)


--- branches/safari-606-branch/Source/WebCore/platform/ios/VideoFullscreenInterfaceAVKit.mm	2018-07-30 22:01:40 UTC (rev 234390)
+++ branches/safari-606-branch/Source/WebCore/platform/ios/VideoFullscreenInterfaceAVKit.mm	2018-07-30 22:01:43 UTC (rev 234391)
@@ -797,7 +797,7 @@
     [m_playerLayerView setHidden:enabled];
 }
 
-bool VideoFullscreenInterfaceAVKit::pictureInPictureWasStartedWhenEnteringBackground() const
+BOOL VideoFullscreenInterfaceAVKit::pictureInPictureWasStartedWhenEnteringBackground() const
 {
     return [m_playerViewController pictureInPictureWasStartedWhenEnteringBackground];
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to