Title: [121148] trunk/Source/WebCore
Revision
121148
Author
[email protected]
Date
2012-06-25 04:55:26 -0700 (Mon, 25 Jun 2012)

Log Message

Unreviewed. Fix make distcheck.

* GNUmakefile.list.am: Add missing header file.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (121147 => 121148)


--- trunk/Source/WebCore/ChangeLog	2012-06-25 11:21:06 UTC (rev 121147)
+++ trunk/Source/WebCore/ChangeLog	2012-06-25 11:55:26 UTC (rev 121148)
@@ -1,3 +1,9 @@
+2012-06-25  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.list.am: Add missing header file.
+
 2012-06-25  Simon Hausmann  <[email protected]>
 
         [Qt] Fix Win32 debug build

Modified: trunk/Source/WebCore/GNUmakefile.list.am (121147 => 121148)


--- trunk/Source/WebCore/GNUmakefile.list.am	2012-06-25 11:21:06 UTC (rev 121147)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2012-06-25 11:55:26 UTC (rev 121148)
@@ -1115,6 +1115,7 @@
 	Source/WebCore/Modules/indexeddb/IDBLevelDBBackingStore.h \
 	Source/WebCore/Modules/indexeddb/IDBLevelDBCoding.cpp \
 	Source/WebCore/Modules/indexeddb/IDBLevelDBCoding.h \
+	Source/WebCore/Modules/indexeddb/IDBMetadata.h \
 	Source/WebCore/Modules/indexeddb/IDBObjectStoreBackendImpl.cpp \
 	Source/WebCore/Modules/indexeddb/IDBObjectStoreBackendImpl.h \
 	Source/WebCore/Modules/indexeddb/IDBObjectStoreBackendInterface.h \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to