Title: [151811] trunk/Source/WebCore
Revision
151811
Author
[email protected]
Date
2013-06-20 16:43:04 -0700 (Thu, 20 Jun 2013)

Log Message

Unreviewed. Roll out part of r150618.

* platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (151810 => 151811)


--- trunk/Source/WebCore/ChangeLog	2013-06-20 23:36:28 UTC (rev 151810)
+++ trunk/Source/WebCore/ChangeLog	2013-06-20 23:43:04 UTC (rev 151811)
@@ -1,3 +1,9 @@
+2013-06-20  Roger Fong  <[email protected]>
+
+        Unreviewed. Roll out part of r150618.
+
+        * platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp:
+
 2013-06-20  Enrica Casucci  <[email protected]>
 
         Initial advance on the first glyph of the run is not correctly set for rtl text.

Modified: trunk/Source/WebCore/platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp (151810 => 151811)


--- trunk/Source/WebCore/platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp	2013-06-20 23:36:28 UTC (rev 151810)
+++ trunk/Source/WebCore/platform/graphics/avfoundation/cf/MediaPlayerPrivateAVFoundationCF.cpp	2013-06-20 23:43:04 UTC (rev 151811)
@@ -1301,7 +1301,7 @@
 #else
 // AVFoundation should always be enabled for Apple production builds.
 #if __PRODUCTION__ && !USE(AVFOUNDATION)
-// #error AVFoundation is not enabled!
+#error AVFoundation is not enabled!
 #endif // __PRODUCTION__ && !USE(AVFOUNDATION)
 #endif // USE(AVFOUNDATION)
 #endif // PLATFORM(WIN) && ENABLE(VIDEO)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to