| Index: Source/modules/indexeddb/IDBFactory.cpp
|
| diff --git a/Source/modules/indexeddb/IDBFactory.cpp b/Source/modules/indexeddb/IDBFactory.cpp
|
| index 6412ffb44136b98a825a6d812fde7f339ccdc2d9..aa0e449cb847cf88f1bdbb71ed732405efe2f2b4 100644
|
| --- a/Source/modules/indexeddb/IDBFactory.cpp
|
| +++ b/Source/modules/indexeddb/IDBFactory.cpp
|
| @@ -29,8 +29,8 @@
|
| #include "config.h"
|
| #include "modules/indexeddb/IDBFactory.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/Document.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "modules/indexeddb/IDBDatabase.h"
|
|
|