Title: [163613] trunk/Source/WebKit2
Revision
163613
Author
[email protected]
Date
2014-02-06 23:23:35 -0800 (Thu, 06 Feb 2014)

Log Message

Unreviewed build fix after r163612.

* DatabaseProcess/IndexedDB/sqlite/UniqueIDBDatabaseBackingStoreSQLite.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (163612 => 163613)


--- trunk/Source/WebKit2/ChangeLog	2014-02-07 06:37:48 UTC (rev 163612)
+++ trunk/Source/WebKit2/ChangeLog	2014-02-07 07:23:35 UTC (rev 163613)
@@ -1,5 +1,11 @@
 2014-02-06  Brady Eidson  <[email protected]>
 
+        Unreviewed build fix after r163612.
+
+        * DatabaseProcess/IndexedDB/sqlite/UniqueIDBDatabaseBackingStoreSQLite.cpp:
+
+2014-02-06  Brady Eidson  <[email protected]>
+
         IDB: Remove the entirely unnecessary "Value Key" concept
         https://bugs.webkit.org/show_bug.cgi?id=128360
 

Modified: trunk/Source/WebKit2/DatabaseProcess/IndexedDB/sqlite/UniqueIDBDatabaseBackingStoreSQLite.cpp (163612 => 163613)


--- trunk/Source/WebKit2/DatabaseProcess/IndexedDB/sqlite/UniqueIDBDatabaseBackingStoreSQLite.cpp	2014-02-07 06:37:48 UTC (rev 163612)
+++ trunk/Source/WebKit2/DatabaseProcess/IndexedDB/sqlite/UniqueIDBDatabaseBackingStoreSQLite.cpp	2014-02-07 07:23:35 UTC (rev 163613)
@@ -34,7 +34,6 @@
 #include "SQLiteIDBCursor.h"
 #include "SQLiteIDBTransaction.h"
 #include <WebCore/FileSystem.h>
-#include <WebCore/IDBBindingUtilities.h>
 #include <WebCore/IDBDatabaseMetadata.h>
 #include <WebCore/IDBGetResult.h>
 #include <WebCore/IDBKeyData.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to