Title: [165935] trunk/Source/WebCore
Revision
165935
Author
aes...@apple.com
Date
2014-03-19 17:37:46 -0700 (Wed, 19 Mar 2014)

Log Message

Fix the iOS build after r165917.

* platform/ios/WebCoreSystemInterfaceIOS.mm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (165934 => 165935)


--- trunk/Source/WebCore/ChangeLog	2014-03-20 00:32:32 UTC (rev 165934)
+++ trunk/Source/WebCore/ChangeLog	2014-03-20 00:37:46 UTC (rev 165935)
@@ -1,3 +1,9 @@
+2014-03-19  Andy Estes  <aes...@apple.com>
+
+        Fix the iOS build after r165917.
+
+        * platform/ios/WebCoreSystemInterfaceIOS.mm:
+
 2014-03-19  Commit Queue  <commit-qu...@webkit.org>
 
         Unreviewed, rolling out r165926.

Modified: trunk/Source/WebCore/platform/ios/WebCoreSystemInterfaceIOS.mm (165934 => 165935)


--- trunk/Source/WebCore/platform/ios/WebCoreSystemInterfaceIOS.mm	2014-03-20 00:32:32 UTC (rev 165934)
+++ trunk/Source/WebCore/platform/ios/WebCoreSystemInterfaceIOS.mm	2014-03-20 00:37:46 UTC (rev 165935)
@@ -150,3 +150,6 @@
 
 int (*wkExernalDeviceTypeForPlayer)(AVPlayer *);
 NSString *(*wkExernalDeviceDisplayNameForPlayer)(AVPlayer *);
+
+bool (*wkQueryDecoderAvailability)(void);
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to