| Index: Source/modules/indexeddb/IDBRequestTest.cpp
|
| diff --git a/Source/modules/indexeddb/IDBRequestTest.cpp b/Source/modules/indexeddb/IDBRequestTest.cpp
|
| index cfcc1851d834606ee4a5300ae903e33b73801bff..49f6bde8140085877d964e3e6cdc7c9abfcdb1e4 100644
|
| --- a/Source/modules/indexeddb/IDBRequestTest.cpp
|
| +++ b/Source/modules/indexeddb/IDBRequestTest.cpp
|
| @@ -26,8 +26,8 @@
|
| #include "config.h"
|
| #include "modules/indexeddb/IDBRequest.h"
|
|
|
| -#include "bindings/v8/ScriptState.h"
|
| -#include "bindings/v8/V8Binding.h"
|
| +#include "bindings/core/v8/ScriptState.h"
|
| +#include "bindings/core/v8/V8Binding.h"
|
| #include "core/dom/DOMError.h"
|
| #include "core/dom/ExecutionContext.h"
|
| #include "core/testing/NullExecutionContext.h"
|
|
|