Index: Source/modules/indexeddb/IDBRequest.cpp |
diff --git a/Source/modules/indexeddb/IDBRequest.cpp b/Source/modules/indexeddb/IDBRequest.cpp |
index 03ffbbd78ef030425414c19f661f3448f68ed9ed..16992b32ade0174816e1f35db0e4ff8a6bd849fd 100644 |
--- a/Source/modules/indexeddb/IDBRequest.cpp |
+++ b/Source/modules/indexeddb/IDBRequest.cpp |
@@ -29,9 +29,9 @@ |
#include "config.h" |
#include "modules/indexeddb/IDBRequest.h" |
-#include "bindings/v8/ExceptionState.h" |
-#include "bindings/v8/ExceptionStatePlaceholder.h" |
-#include "bindings/v8/IDBBindingUtilities.h" |
+#include "bindings/core/v8/ExceptionState.h" |
+#include "bindings/core/v8/ExceptionStatePlaceholder.h" |
+#include "bindings/modules/v8/IDBBindingUtilities.h" |
#include "core/dom/ExecutionContext.h" |
#include "core/events/EventQueue.h" |
#include "modules/indexeddb/IDBCursorWithValue.h" |