Title: [149657] trunk/Source/WebKit2
Revision
149657
Author
ph...@webkit.org
Date
2013-05-06 19:18:15 -0700 (Mon, 06 May 2013)

Log Message

Unreviewed, GTK build fix after r149637.

* GNUmakefile.list.am: Add LocalStorageDatabaseTracker sources to
the build.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (149656 => 149657)


--- trunk/Source/WebKit2/ChangeLog	2013-05-07 01:36:47 UTC (rev 149656)
+++ trunk/Source/WebKit2/ChangeLog	2013-05-07 02:18:15 UTC (rev 149657)
@@ -1,3 +1,10 @@
+2013-05-06  Philippe Normand  <pnorm...@igalia.com>
+
+        Unreviewed, GTK build fix after r149637.
+
+        * GNUmakefile.list.am: Add LocalStorageDatabaseTracker sources to
+        the build.
+
 2013-05-06  Brady Eidson  <beid...@apple.com>
 
         Remove some unnecessary soft linking in NetworkProcess.

Modified: trunk/Source/WebKit2/GNUmakefile.list.am (149656 => 149657)


--- trunk/Source/WebKit2/GNUmakefile.list.am	2013-05-07 01:36:47 UTC (rev 149656)
+++ trunk/Source/WebKit2/GNUmakefile.list.am	2013-05-07 02:18:15 UTC (rev 149657)
@@ -859,6 +859,8 @@
 	Source/WebKit2/UIProcess/StatisticsRequest.h \
 	Source/WebKit2/UIProcess/Storage/LocalStorageDatabase.cpp \
 	Source/WebKit2/UIProcess/Storage/LocalStorageDatabase.h \
+	Source/WebKit2/UIProcess/Storage/LocalStorageDatabaseTracker.cpp \
+	Source/WebKit2/UIProcess/Storage/LocalStorageDatabaseTracker.h \
 	Source/WebKit2/UIProcess/Storage/StorageManager.cpp \
 	Source/WebKit2/UIProcess/Storage/StorageManager.h \
 	Source/WebKit2/UIProcess/soup/WebCookieManagerProxySoup.cpp \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to