| Index: Source/modules/indexeddb/IDBFactory.cpp
|
| diff --git a/Source/modules/indexeddb/IDBFactory.cpp b/Source/modules/indexeddb/IDBFactory.cpp
|
| index 0f727cf55e576966bc8751d7a85b86f31da28040..c129db91df9e1e716080f42fdda7e430193cc633 100644
|
| --- a/Source/modules/indexeddb/IDBFactory.cpp
|
| +++ b/Source/modules/indexeddb/IDBFactory.cpp
|
| @@ -30,7 +30,7 @@
|
| #include "modules/indexeddb/IDBFactory.h"
|
|
|
| #include "bindings/core/v8/ExceptionState.h"
|
| -#include "bindings/modules/v8/IDBBindingUtilities.h"
|
| +#include "bindings/modules/v8/V8BindingForModules.h"
|
| #include "core/dom/Document.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "modules/indexeddb/IDBDatabase.h"
|
|
|