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

Log Message

Revert r233925. rdar://problem/42354959

Modified Paths

Diff

Modified: branches/safari-606-branch/Source/WebKit/ChangeLog (234071 => 234072)


--- branches/safari-606-branch/Source/WebKit/ChangeLog	2018-07-20 22:55:33 UTC (rev 234071)
+++ branches/safari-606-branch/Source/WebKit/ChangeLog	2018-07-20 22:55:36 UTC (rev 234072)
@@ -1,5 +1,9 @@
 2018-07-20  Babak Shafiei  <[email protected]>
 
+        Revert r233925. rdar://problem/42354959
+
+2018-07-20  Babak Shafiei  <[email protected]>
+
         Revert r233926. rdar://problem/42446531
 
 2018-07-20  Babak Shafiei  <[email protected]>

Modified: branches/safari-606-branch/Source/WebKit/UIProcess/Cocoa/VideoFullscreenManagerProxy.mm (234071 => 234072)


--- branches/safari-606-branch/Source/WebKit/UIProcess/Cocoa/VideoFullscreenManagerProxy.mm	2018-07-20 22:55:33 UTC (rev 234071)
+++ branches/safari-606-branch/Source/WebKit/UIProcess/Cocoa/VideoFullscreenManagerProxy.mm	2018-07-20 22:55:36 UTC (rev 234072)
@@ -609,7 +609,6 @@
     m_page->send(Messages::VideoFullscreenManager::DidCleanupFullscreen(contextId), m_page->pageID());
 
     interface->setMode(HTMLMediaElementEnums::VideoFullscreenModeNone);
-    interface->setVideoFullscreenModel(nullptr);
     removeClientForContext(contextId);
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to