| Index: Source/modules/indexeddb/IDBKeyRange.cpp
|
| diff --git a/Source/modules/indexeddb/IDBKeyRange.cpp b/Source/modules/indexeddb/IDBKeyRange.cpp
|
| index d86703d649da59ca7568845713bfed1b80fc1dc3..cbe2c277f8aa149a742ef04ff9f895c88c92a270 100644
|
| --- a/Source/modules/indexeddb/IDBKeyRange.cpp
|
| +++ b/Source/modules/indexeddb/IDBKeyRange.cpp
|
| @@ -27,7 +27,7 @@
|
| #include "modules/indexeddb/IDBKeyRange.h"
|
|
|
| #include "bindings/core/v8/ExceptionState.h"
|
| -#include "bindings/modules/v8/IDBBindingUtilities.h"
|
| +#include "bindings/modules/v8/V8BindingForModules.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "modules/indexeddb/IDBDatabase.h"
|
|
|
|
|