Changeset 166256 in webkit


Ignore:
Timestamp:
Mar 25, 2014 2:34:42 PM (10 years ago)
Author:
Brent Fulgham
Message:

Unreviewed build fix. Typo on checkin.

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

(WebCore::MediaPlayerPrivateAVFoundationObjC::createAVPlayerItem): Left an unmatched open bracket.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r166255 r166256  
     12014-03-25  Brent Fulgham  <bfulgham@apple.com>
     2
     3        Unreviewed build fix. Typo on checkin.
     4
     5        * platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm:
     6        (WebCore::MediaPlayerPrivateAVFoundationObjC::createAVPlayerItem): Left an unmatched open bracket.
     7
    182014-03-25  Jer Noble  <jer.noble@apple.com>
    29
  • trunk/Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm

    r166250 r166256  
    712712#if PLATFORM(IOS)
    713713    AtomicString value;
    714     if (player()->doesHaveAttribute("data-youtube-id", &value)) {
     714    if (player()->doesHaveAttribute("data-youtube-id", &value))
    715715        [m_avPlayerItem.get() setDataYouTubeID: value];
    716716 #endif
Note: See TracChangeset for help on using the changeset viewer.