| Index: Source/modules/indexeddb/IDBObjectStore.h
|
| diff --git a/Source/modules/indexeddb/IDBObjectStore.h b/Source/modules/indexeddb/IDBObjectStore.h
|
| index 33b4a144648f98304d65910486e0760c023b8725..40a4fd37fe8fe7e07151c6a93576cfc6d14fb2a9 100644
|
| --- a/Source/modules/indexeddb/IDBObjectStore.h
|
| +++ b/Source/modules/indexeddb/IDBObjectStore.h
|
| @@ -26,9 +26,9 @@
|
| #ifndef IDBObjectStore_h
|
| #define IDBObjectStore_h
|
|
|
| -#include "bindings/v8/Dictionary.h"
|
| -#include "bindings/v8/ScriptWrappable.h"
|
| -#include "bindings/v8/SerializedScriptValue.h"
|
| +#include "bindings/core/v8/Dictionary.h"
|
| +#include "bindings/core/v8/ScriptWrappable.h"
|
| +#include "bindings/core/v8/SerializedScriptValue.h"
|
| #include "modules/indexeddb/IDBCursor.h"
|
| #include "modules/indexeddb/IDBIndex.h"
|
| #include "modules/indexeddb/IDBKey.h"
|
|
|