Title: [204101] branches/safari-602-branch/Source/WebCore
Revision
204101
Author
bshaf...@apple.com
Date
2016-08-03 14:08:06 -0700 (Wed, 03 Aug 2016)

Log Message

Roll out r204082 via r204086. rdar://problem/27547583

Modified Paths

Diff

Modified: branches/safari-602-branch/Source/WebCore/ChangeLog (204100 => 204101)


--- branches/safari-602-branch/Source/WebCore/ChangeLog	2016-08-03 20:57:43 UTC (rev 204100)
+++ branches/safari-602-branch/Source/WebCore/ChangeLog	2016-08-03 21:08:06 UTC (rev 204101)
@@ -1,5 +1,9 @@
 2016-08-03  Babak Shafiei  <bshaf...@apple.com>
 
+        Rollout r204086. rdar://problem/27547583
+
+2016-08-03  Babak Shafiei  <bshaf...@apple.com>
+
         Merge r204089. rdar://problem/27313234
 
     2016-08-03  Eric Carlson  <eric.carl...@apple.com>

Modified: branches/safari-602-branch/Source/WebCore/platform/ios/RemoteCommandListenerIOS.mm (204100 => 204101)


--- branches/safari-602-branch/Source/WebCore/platform/ios/RemoteCommandListenerIOS.mm	2016-08-03 20:57:43 UTC (rev 204100)
+++ branches/safari-602-branch/Source/WebCore/platform/ios/RemoteCommandListenerIOS.mm	2016-08-03 21:08:06 UTC (rev 204101)
@@ -127,7 +127,7 @@
         callOnMainThread([weakThis, argument] {
             if (!weakThis)
                 return;
-            weakThis->m_client.didReceiveRemoteControlCommand(PlatformMediaSession::SeekToPlaybackPositionCommand, &argument);
+            weakThis->m_client.didReceiveRemoteControlCommand(PlatformMediaSession::TogglePlayPauseCommand, &argument);
         });
 
         return MPRemoteCommandHandlerStatusSuccess;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to