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

Log Message

Revert r233925. rdar://problem/42354959

Modified Paths

Diff

Modified: branches/safari-606-branch/Source/WebKit/ChangeLog (234391 => 234392)


--- branches/safari-606-branch/Source/WebKit/ChangeLog	2018-07-30 22:01:43 UTC (rev 234391)
+++ branches/safari-606-branch/Source/WebKit/ChangeLog	2018-07-30 22:01:45 UTC (rev 234392)
@@ -1,3 +1,7 @@
+2018-07-30  Kocsen Chung  <[email protected]>
+
+        Revert r233925. rdar://problem/42354959
+
 2018-07-30  Babak Shafiei  <[email protected]>
 
         Revert r234081. rdar://problem/42490080

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


--- branches/safari-606-branch/Source/WebKit/UIProcess/Cocoa/VideoFullscreenManagerProxy.mm	2018-07-30 22:01:43 UTC (rev 234391)
+++ branches/safari-606-branch/Source/WebKit/UIProcess/Cocoa/VideoFullscreenManagerProxy.mm	2018-07-30 22:01:45 UTC (rev 234392)
@@ -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