Index: Source/modules/indexeddb/IDBObjectStore.cpp |
diff --git a/Source/modules/indexeddb/IDBObjectStore.cpp b/Source/modules/indexeddb/IDBObjectStore.cpp |
index 91f35eee1d80b8010102651ca6bcfa7099814877..c7b46bab9b8d392fea5e37dae140ff933afb0480 100644 |
--- a/Source/modules/indexeddb/IDBObjectStore.cpp |
+++ b/Source/modules/indexeddb/IDBObjectStore.cpp |
@@ -26,10 +26,10 @@ |
#include "config.h" |
#include "modules/indexeddb/IDBObjectStore.h" |
-#include "bindings/v8/ExceptionState.h" |
-#include "bindings/v8/ExceptionStatePlaceholder.h" |
-#include "bindings/v8/IDBBindingUtilities.h" |
-#include "bindings/v8/ScriptState.h" |
+#include "bindings/core/v8/ExceptionState.h" |
+#include "bindings/core/v8/ExceptionStatePlaceholder.h" |
+#include "bindings/core/v8/ScriptState.h" |
+#include "bindings/modules/v8/IDBBindingUtilities.h" |
#include "core/dom/DOMStringList.h" |
#include "core/dom/ExceptionCode.h" |
#include "core/dom/ExecutionContext.h" |