Title: [166256] trunk/Source/WebCore
Revision
166256
Author
bfulg...@apple.com
Date
2014-03-25 14:34:42 -0700 (Tue, 25 Mar 2014)

Log Message

Unreviewed build fix. Typo on checkin.

* platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm:
(WebCore::MediaPlayerPrivateAVFoundationObjC::createAVPlayerItem): Left an unmatched open bracket.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (166255 => 166256)


--- trunk/Source/WebCore/ChangeLog	2014-03-25 21:33:45 UTC (rev 166255)
+++ trunk/Source/WebCore/ChangeLog	2014-03-25 21:34:42 UTC (rev 166256)
@@ -1,3 +1,10 @@
+2014-03-25  Brent Fulgham  <bfulg...@apple.com>
+
+        Unreviewed build fix. Typo on checkin.
+
+        * platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm:
+        (WebCore::MediaPlayerPrivateAVFoundationObjC::createAVPlayerItem): Left an unmatched open bracket.
+
 2014-03-25  Jer Noble  <jer.no...@apple.com>
 
         Even further unreviewed build fix after r166247. Unprotect the implementation of HTMLMediaElement::shouldDisableSleep().

Modified: trunk/Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm (166255 => 166256)


--- trunk/Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm	2014-03-25 21:33:45 UTC (rev 166255)
+++ trunk/Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm	2014-03-25 21:34:42 UTC (rev 166256)
@@ -711,7 +711,7 @@
 
 #if PLATFORM(IOS)
     AtomicString value;
-    if (player()->doesHaveAttribute("data-youtube-id", &value)) {
+    if (player()->doesHaveAttribute("data-youtube-id", &value))
         [m_avPlayerItem.get() setDataYouTubeID: value];
  #endif
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to