Title: [127030] trunk/Source/WebKit2
Revision
127030
Author
jon...@apple.com
Date
2012-08-29 12:43:49 -0700 (Wed, 29 Aug 2012)

Log Message

Build patch for Qt.

* Target.pri: Export WKArray and WKMutableArray for Qt.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (127029 => 127030)


--- trunk/Source/WebKit2/ChangeLog	2012-08-29 19:35:00 UTC (rev 127029)
+++ trunk/Source/WebKit2/ChangeLog	2012-08-29 19:43:49 UTC (rev 127030)
@@ -1,5 +1,11 @@
 2012-08-29  Jon Lee  <jon...@apple.com>
 
+        Build patch for Qt.
+
+        * Target.pri: Export WKArray and WKMutableArray for Qt.
+
+2012-08-29  Jon Lee  <jon...@apple.com>
+
         Added missing exports for Windows.
 
         * win/WebKit2Generated.make:

Modified: trunk/Source/WebKit2/Target.pri (127029 => 127030)


--- trunk/Source/WebKit2/Target.pri	2012-08-29 19:35:00 UTC (rev 127029)
+++ trunk/Source/WebKit2/Target.pri	2012-08-29 19:43:49 UTC (rev 127030)
@@ -36,6 +36,7 @@
     PluginProcess/PluginCreationParameters.h \
     PluginProcess/PluginProcess.h \
     PluginProcess/WebProcessConnection.h \
+    Shared/API/c/WKArray.h \
     Shared/API/c/WKBase.h \
     Shared/API/c/WKCertificateInfo.h \
     Shared/API/c/WKConnectionRef.h \
@@ -46,6 +47,7 @@
     Shared/API/c/WKGeometry.h \
     Shared/API/c/WKGraphicsContext.h \
     Shared/API/c/WKImage.h \
+    Shared/API/c/WKMutableArray.h \
     Shared/API/c/WKMutableDictionary.h \
     Shared/API/c/WKNumber.h \
     Shared/API/c/WKPageLoadTypes.h \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to