| Index: Source/modules/indexeddb/IDBCursor.h
|
| diff --git a/Source/modules/indexeddb/IDBCursor.h b/Source/modules/indexeddb/IDBCursor.h
|
| index 6c8725db35c3002cbdb14910bcd875fedc8272e6..c239aa31dcdd66f7c35c14edee2596f9393fdd90 100644
|
| --- a/Source/modules/indexeddb/IDBCursor.h
|
| +++ b/Source/modules/indexeddb/IDBCursor.h
|
| @@ -26,8 +26,8 @@
|
| #ifndef IDBCursor_h
|
| #define IDBCursor_h
|
|
|
| -#include "bindings/v8/ScriptValue.h"
|
| -#include "bindings/v8/ScriptWrappable.h"
|
| +#include "bindings/core/v8/ScriptValue.h"
|
| +#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "modules/indexeddb/IDBKey.h"
|
| #include "modules/indexeddb/IDBRequest.h"
|
| #include "modules/indexeddb/IndexedDB.h"
|
|
|