| Index: Source/modules/indexeddb/IDBKeyRange.cpp
|
| diff --git a/Source/modules/indexeddb/IDBKeyRange.cpp b/Source/modules/indexeddb/IDBKeyRange.cpp
|
| index 1b8a2d8cf7d847eafe5aa78cce9614fa94c3f04e..00d9a4dcc512b188d2a0d3efcb85a8f4118657f4 100644
|
| --- a/Source/modules/indexeddb/IDBKeyRange.cpp
|
| +++ b/Source/modules/indexeddb/IDBKeyRange.cpp
|
| @@ -26,8 +26,8 @@
|
| #include "config.h"
|
| #include "modules/indexeddb/IDBKeyRange.h"
|
|
|
| -#include "bindings/v8/ExceptionState.h"
|
| -#include "bindings/v8/IDBBindingUtilities.h"
|
| +#include "bindings/core/v8/ExceptionState.h"
|
| +#include "bindings/modules/v8/IDBBindingUtilities.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "modules/indexeddb/IDBDatabase.h"
|
|
|
|
|