Title: [159355] trunk/Source/WebCore
Revision
159355
Author
beid...@apple.com
Date
2013-11-15 13:59:36 -0800 (Fri, 15 Nov 2013)

Log Message

Remove IDBBackingStoreInterface.h includes that are no longer needed
https://bugs.webkit.org/show_bug.cgi?id=124433

Reviewed by Tim Horton.

* Modules/indexeddb/IDBCursorBackend.cpp:
* Modules/indexeddb/IDBCursorBackend.h:
* Modules/indexeddb/IDBFactoryBackendInterface.h:
* Modules/indexeddb/IDBTransactionBackend.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (159354 => 159355)


--- trunk/Source/WebCore/ChangeLog	2013-11-15 21:40:59 UTC (rev 159354)
+++ trunk/Source/WebCore/ChangeLog	2013-11-15 21:59:36 UTC (rev 159355)
@@ -1,3 +1,15 @@
+2013-11-15  Brady Eidson  <beid...@apple.com>
+
+        Remove IDBBackingStoreInterface.h includes that are no longer needed
+        https://bugs.webkit.org/show_bug.cgi?id=124433
+
+        Reviewed by Tim Horton.
+
+        * Modules/indexeddb/IDBCursorBackend.cpp:
+        * Modules/indexeddb/IDBCursorBackend.h:
+        * Modules/indexeddb/IDBFactoryBackendInterface.h:
+        * Modules/indexeddb/IDBTransactionBackend.h:
+
 2013-11-15  Zoltan Horvath  <zol...@webkit.org>
 
         Move BreakingContext and LineBreaker into their own files

Modified: trunk/Source/WebCore/Modules/indexeddb/IDBCursorBackend.cpp (159354 => 159355)


--- trunk/Source/WebCore/Modules/indexeddb/IDBCursorBackend.cpp	2013-11-15 21:40:59 UTC (rev 159354)
+++ trunk/Source/WebCore/Modules/indexeddb/IDBCursorBackend.cpp	2013-11-15 21:59:36 UTC (rev 159355)
@@ -28,7 +28,6 @@
 
 #if ENABLE(INDEXED_DATABASE)
 
-#include "IDBBackingStoreInterface.h"
 #include "IDBCallbacks.h"
 #include "IDBDatabaseBackend.h"
 #include "IDBDatabaseCallbacks.h"

Modified: trunk/Source/WebCore/Modules/indexeddb/IDBCursorBackend.h (159354 => 159355)


--- trunk/Source/WebCore/Modules/indexeddb/IDBCursorBackend.h	2013-11-15 21:40:59 UTC (rev 159354)
+++ trunk/Source/WebCore/Modules/indexeddb/IDBCursorBackend.h	2013-11-15 21:59:36 UTC (rev 159355)
@@ -29,7 +29,6 @@
 
 #if ENABLE(INDEXED_DATABASE)
 
-#include "IDBBackingStoreInterface.h"
 #include "IDBDatabaseBackend.h"
 #include "IDBTransactionBackend.h"
 #include "SharedBuffer.h"

Modified: trunk/Source/WebCore/Modules/indexeddb/IDBFactoryBackendInterface.h (159354 => 159355)


--- trunk/Source/WebCore/Modules/indexeddb/IDBFactoryBackendInterface.h	2013-11-15 21:40:59 UTC (rev 159354)
+++ trunk/Source/WebCore/Modules/indexeddb/IDBFactoryBackendInterface.h	2013-11-15 21:59:36 UTC (rev 159355)
@@ -28,7 +28,8 @@
 #ifndef IDBFactoryBackendInterface_h
 #define IDBFactoryBackendInterface_h
 
-#include "IDBBackingStoreInterface.h"
+#include "IDBBackingStoreCursorInterface.h"
+#include "IDBDatabaseBackend.h"
 #include "IndexedDB.h"
 
 #include <wtf/PassRefPtr.h>

Modified: trunk/Source/WebCore/Modules/indexeddb/IDBTransactionBackend.h (159354 => 159355)


--- trunk/Source/WebCore/Modules/indexeddb/IDBTransactionBackend.h	2013-11-15 21:40:59 UTC (rev 159354)
+++ trunk/Source/WebCore/Modules/indexeddb/IDBTransactionBackend.h	2013-11-15 21:59:36 UTC (rev 159355)
@@ -28,7 +28,7 @@
 
 #if ENABLE(INDEXED_DATABASE)
 
-#include "IDBBackingStoreInterface.h"
+#include "IDBBackingStoreCursorInterface.h"
 #include "IDBDatabaseBackend.h"
 #include "IDBDatabaseError.h"
 #include "IDBOperation.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to