Title: [233997] branches/safari-606-branch/Source/WebKit
Revision
233997
Author
[email protected]
Date
2018-07-19 12:21:29 -0700 (Thu, 19 Jul 2018)

Log Message

Revert r233925. rdar://problem/42354959

Modified Paths

Diff

Modified: branches/safari-606-branch/Source/WebKit/ChangeLog (233996 => 233997)


--- branches/safari-606-branch/Source/WebKit/ChangeLog	2018-07-19 19:21:26 UTC (rev 233996)
+++ branches/safari-606-branch/Source/WebKit/ChangeLog	2018-07-19 19:21:29 UTC (rev 233997)
@@ -1,3 +1,7 @@
+2018-07-19  Babak Shafiei  <[email protected]>
+
+        Revert r233925. rdar://problem/42354959
+
 2018-07-18  Babak Shafiei  <[email protected]>
 
         Cherry-pick r233915. rdar://problem/42345407

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


--- branches/safari-606-branch/Source/WebKit/UIProcess/Cocoa/VideoFullscreenManagerProxy.mm	2018-07-19 19:21:26 UTC (rev 233996)
+++ branches/safari-606-branch/Source/WebKit/UIProcess/Cocoa/VideoFullscreenManagerProxy.mm	2018-07-19 19:21:29 UTC (rev 233997)
@@ -646,7 +646,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