Bug 139182

Summary: Fix logging typo
Product: WebKit Reporter: Eric Carlson <eric.carlson>
Component: MediaAssignee: Eric Carlson <eric.carlson>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, glenn, jer.noble, philipj, sergio
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Proposed patch. none

Description Eric Carlson 2014-12-02 08:41:04 PST
MediaPlayerPrivateAVFoundationObjC::platformDuration tries to use %f to log a String.
Comment 1 Eric Carlson 2014-12-02 08:45:50 PST
Created attachment 242412 [details]
Proposed patch.
Comment 2 WebKit Commit Bot 2014-12-02 11:03:46 PST
Comment on attachment 242412 [details]
Proposed patch.

Clearing flags on attachment: 242412

Committed r176673: <http://trac.webkit.org/changeset/176673>
Comment 3 WebKit Commit Bot 2014-12-02 11:03:50 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Eric Carlson 2014-12-02 12:52:33 PST
Follow-up fix in https://trac.webkit.org/r176685.