Changeset 176685 in webkit


Ignore:
Timestamp:
Dec 2, 2014 12:50:52 PM (9 years ago)
Author:
eric.carlson@apple.com
Message:

Unreviewed, fix typo introduced in r176673.

  • platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm:

(WebCore::MediaPlayerPrivateAVFoundationObjC::platformDuration):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r176684 r176685  
     12014-12-02  Eric Carlson  <eric.carlson@apple.com>
     2
     3        Unreviewed, fix typo introduced in r176673.
     4
     5        * platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm:
     6        (WebCore::MediaPlayerPrivateAVFoundationObjC::platformDuration):
     7
    182014-12-02  Beth Dakin  <bdakin@apple.com>
    29
  • trunk/Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm

    r176673 r176685  
    11921192        return MediaTime::positiveInfiniteTime();
    11931193
    1194     LOG(Media, "MediaPlayerPrivateAVFoundationObjC::platformDuration(%p) - invalid duration, returning %.s", this, toString(MediaTime::invalidTime()).utf8().data());
     1194    LOG(Media, "MediaPlayerPrivateAVFoundationObjC::platformDuration(%p) - invalid duration, returning %s", this, toString(MediaTime::invalidTime()).utf8().data());
    11951195    return MediaTime::invalidTime();
    11961196}
Note: See TracChangeset for help on using the changeset viewer.