Title: [98256] trunk/WebKitLibraries
Revision
98256
Author
msab...@apple.com
Date
2011-10-24 11:07:39 -0700 (Mon, 24 Oct 2011)

Log Message

WebKit doesn't build with recent changes to libdispatch
https://bugs.webkit.org/show_bug.cgi?id=70737

Added new WebKitSystemInterface method CreateVMPressureDispatchOnMainQueue.

* WebKitSystemInterface.h:
* libWebKitSystemInterfaceLeopard.a:
* libWebKitSystemInterfaceLion.a:
* libWebKitSystemInterfaceSnowLeopard.a:

Modified Paths

Diff

Modified: trunk/WebKitLibraries/ChangeLog (98255 => 98256)


--- trunk/WebKitLibraries/ChangeLog	2011-10-24 18:05:57 UTC (rev 98255)
+++ trunk/WebKitLibraries/ChangeLog	2011-10-24 18:07:39 UTC (rev 98256)
@@ -1,3 +1,15 @@
+2011-10-24  Michael Saboff  <msab...@apple.com>
+
+        WebKit doesn't build with recent changes to libdispatch
+        https://bugs.webkit.org/show_bug.cgi?id=70737
+
+        Added new WebKitSystemInterface method CreateVMPressureDispatchOnMainQueue.
+
+        * WebKitSystemInterface.h:
+        * libWebKitSystemInterfaceLeopard.a:
+        * libWebKitSystemInterfaceLion.a:
+        * libWebKitSystemInterfaceSnowLeopard.a:
+
 2011-10-21  Jeff Miller  <je...@apple.com>
 
         Focus rings are too thin in HiDPI in WebKit2

Modified: trunk/WebKitLibraries/WebKitSystemInterface.h (98255 => 98256)


--- trunk/WebKitLibraries/WebKitSystemInterface.h	2011-10-24 18:05:57 UTC (rev 98255)
+++ trunk/WebKitLibraries/WebKitSystemInterface.h	2011-10-24 18:07:39 UTC (rev 98256)
@@ -445,6 +445,14 @@
 
 #endif
 
+#if !defined(BUILDING_ON_LEOPARD) && !defined(BUILDING_ON_SNOW_LEOPARD)
+
+#import <dispatch/dispatch.h>
+
+dispatch_source_t WKCreateVMPressureDispatchOnMainQueue(void);
+
+#endif
+    
 #ifdef __cplusplus
 }
 #endif

Modified: trunk/WebKitLibraries/libWebKitSystemInterfaceLeopard.a


(Binary files differ)

Modified: trunk/WebKitLibraries/libWebKitSystemInterfaceLion.a


(Binary files differ)

Modified: trunk/WebKitLibraries/libWebKitSystemInterfaceSnowLeopard.a


(Binary files differ)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to