Title: [190538] branches/safari-601.1.46-branch/Source/WebCore
Revision
190538
Author
[email protected]
Date
2015-10-02 18:11:11 -0700 (Fri, 02 Oct 2015)

Log Message

Roll out r190447. rdar://problem/22865007

Modified Paths

Diff

Modified: branches/safari-601.1.46-branch/Source/WebCore/ChangeLog (190537 => 190538)


--- branches/safari-601.1.46-branch/Source/WebCore/ChangeLog	2015-10-03 01:09:31 UTC (rev 190537)
+++ branches/safari-601.1.46-branch/Source/WebCore/ChangeLog	2015-10-03 01:11:11 UTC (rev 190538)
@@ -1,5 +1,9 @@
 2015-10-02  Babak Shafiei  <[email protected]>
 
+        Roll out r190447.
+
+2015-10-02  Babak Shafiei  <[email protected]>
+
         Roll out r190434.
 
 2015-10-02  Babak Shafiei  <[email protected]>

Modified: branches/safari-601.1.46-branch/Source/WebCore/testing/Internals.cpp (190537 => 190538)


--- branches/safari-601.1.46-branch/Source/WebCore/testing/Internals.cpp	2015-10-03 01:09:31 UTC (rev 190537)
+++ branches/safari-601.1.46-branch/Source/WebCore/testing/Internals.cpp	2015-10-03 01:11:11 UTC (rev 190538)
@@ -2620,7 +2620,7 @@
 #if ENABLE(VIDEO)
 void Internals::beginMediaSessionInterruption()
 {
-    PlatformMediaSessionManager::sharedManager().beginInterruption(interruption);
+    PlatformMediaSessionManager::sharedManager().beginInterruption(PlatformMediaSession::SystemInterruption);
 }
 
 void Internals::endMediaSessionInterruption(const String& flagsString)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to