Title: [109861] trunk/Source/WebCore
Revision
109861
Author
[email protected]
Date
2012-03-05 22:21:23 -0800 (Mon, 05 Mar 2012)

Log Message

Attempt to fix a number of GTK tests.

* GNUmakefile.list.am:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (109860 => 109861)


--- trunk/Source/WebCore/ChangeLog	2012-03-06 06:16:12 UTC (rev 109860)
+++ trunk/Source/WebCore/ChangeLog	2012-03-06 06:21:23 UTC (rev 109861)
@@ -1,3 +1,9 @@
+2012-03-05  Adam Barth  <[email protected]>
+
+        Attempt to fix a number of GTK tests.
+
+        * GNUmakefile.list.am:
+
 2012-03-05  Joseph Pecoraro  <[email protected]>
 
         Unreviewed rollout of r109858 for restructuring.

Modified: trunk/Source/WebCore/GNUmakefile.list.am (109860 => 109861)


--- trunk/Source/WebCore/GNUmakefile.list.am	2012-03-06 06:16:12 UTC (rev 109860)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2012-03-06 06:21:23 UTC (rev 109861)
@@ -4749,7 +4749,8 @@
 	$(WebCore)/storage/SQLTransactionCallback.idl \
 	$(WebCore)/storage/SQLTransactionErrorCallback.idl \
 	$(WebCore)/storage/SQLTransactionSync.idl \
-	$(WebCore)/storage/SQLTransactionSyncCallback.idl
+	$(WebCore)/storage/SQLTransactionSyncCallback.idl \
+	$(WebCore)/storage/WorkerContextSQLDatabase.idl
 endif # END ENABLE_SQL_DATABASE
 
 # ----
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to