Title: [234070] branches/safari-606-branch/Source/WebCore
Revision
234070
Author
[email protected]
Date
2018-07-20 15:55:25 -0700 (Fri, 20 Jul 2018)

Log Message

Revert r233930. rdar://problem/42446531

Modified Paths

Diff

Modified: branches/safari-606-branch/Source/WebCore/ChangeLog (234069 => 234070)


--- branches/safari-606-branch/Source/WebCore/ChangeLog	2018-07-20 22:55:22 UTC (rev 234069)
+++ branches/safari-606-branch/Source/WebCore/ChangeLog	2018-07-20 22:55:25 UTC (rev 234070)
@@ -1,5 +1,9 @@
 2018-07-20  Babak Shafiei  <[email protected]>
 
+        Revert r233930. rdar://problem/42446531
+
+2018-07-20  Babak Shafiei  <[email protected]>
+
         Revert r233936. rdar://problem/42446531
 
 2018-07-20  Babak Shafiei  <[email protected]>

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


--- branches/safari-606-branch/Source/WebCore/platform/ios/VideoFullscreenInterfaceAVKit.mm	2018-07-20 22:55:22 UTC (rev 234069)
+++ branches/safari-606-branch/Source/WebCore/platform/ios/VideoFullscreenInterfaceAVKit.mm	2018-07-20 22:55:25 UTC (rev 234070)
@@ -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