Title: [261561] branches/safari-609-branch/Source/WebCore
Revision
261561
Author
[email protected]
Date
2020-05-12 10:22:17 -0700 (Tue, 12 May 2020)

Log Message

Revert r261514. rdar://problem/62978925

Modified Paths

Diff

Modified: branches/safari-609-branch/Source/WebCore/ChangeLog (261560 => 261561)


--- branches/safari-609-branch/Source/WebCore/ChangeLog	2020-05-12 17:12:33 UTC (rev 261560)
+++ branches/safari-609-branch/Source/WebCore/ChangeLog	2020-05-12 17:22:17 UTC (rev 261561)
@@ -1,3 +1,7 @@
+2020-05-12  Alan Coon  <[email protected]>
+
+        Revert r261514. rdar://problem/62978925
+
 2020-05-11  Russell Epstein  <[email protected]>
 
         Apply patch. rdar://problem/62978903

Modified: branches/safari-609-branch/Source/WebCore/platform/audio/cocoa/MediaSessionManagerCocoa.mm (261560 => 261561)


--- branches/safari-609-branch/Source/WebCore/platform/audio/cocoa/MediaSessionManagerCocoa.mm	2020-05-12 17:12:33 UTC (rev 261560)
+++ branches/safari-609-branch/Source/WebCore/platform/audio/cocoa/MediaSessionManagerCocoa.mm	2020-05-12 17:22:17 UTC (rev 261561)
@@ -164,12 +164,6 @@
 void MediaSessionManagerCocoa::sessionWillEndPlayback(PlatformMediaSession& session, DelayCallingUpdateNowPlaying delayCallingUpdateNowPlaying)
 {
     PlatformMediaSessionManager::sessionWillEndPlayback(session, delayCallingUpdateNowPlaying);
-
-    m_taskQueue.enqueueTask([weakSession = makeWeakPtr(session)] {
-        if (weakSession)
-            weakSession->updateMediaUsageIfChanged();
-    });
-
     if (delayCallingUpdateNowPlaying == DelayCallingUpdateNowPlaying::No) {
         updateNowPlayingInfo();
         return;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to