Title: [157983] branches/safari-537.73-branch/Source/WebCore

Diff

Modified: branches/safari-537.73-branch/Source/WebCore/ChangeLog (157982 => 157983)


--- branches/safari-537.73-branch/Source/WebCore/ChangeLog	2013-10-25 01:44:07 UTC (rev 157982)
+++ branches/safari-537.73-branch/Source/WebCore/ChangeLog	2013-10-25 01:46:44 UTC (rev 157983)
@@ -1,5 +1,20 @@
 2013-10-24  Lucas Forschler  <[email protected]>
 
+        Merge r154694
+
+    2013-08-27  Brent Fulgham  <[email protected]>
+
+            [Windows] Correct method call for characteristic update.
+
+            Reviewed by Eric Carlson.
+
+            * platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp:
+            (WebCore::MediaPlayerPrivateAVFoundationCF::tracksChanged):
+            [Windows] Correct method call (should have been "characteristicsChanged", not
+            "player()->characteristicChanged()"
+
+2013-10-24  Lucas Forschler  <[email protected]>
+
         Merge r154693
 
     2013-08-26  Brent Fulgham  <[email protected]>

Modified: branches/safari-537.73-branch/Source/WebCore/platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp (157982 => 157983)


--- branches/safari-537.73-branch/Source/WebCore/platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp	2013-10-25 01:44:07 UTC (rev 157982)
+++ branches/safari-537.73-branch/Source/WebCore/platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp	2013-10-25 01:46:44 UTC (rev 157983)
@@ -917,7 +917,7 @@
     sizeChanged();
 
     if (primaryAudioTrackLanguage != languageOfPrimaryAudioTrack())
-        player()->characteristicChanged();
+        characteristicsChanged();
 
     setDelayCharacteristicsChangedNotification(false);
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to