| Index: Source/modules/indexeddb/IDBKeyPathTest.cpp
|
| diff --git a/Source/modules/indexeddb/IDBKeyPathTest.cpp b/Source/modules/indexeddb/IDBKeyPathTest.cpp
|
| index 77f3d8474857ce5f959e020e624758fbd5fb6d03..ebdabd8aea8c535416016b92b196b865a1a8fca7 100644
|
| --- a/Source/modules/indexeddb/IDBKeyPathTest.cpp
|
| +++ b/Source/modules/indexeddb/IDBKeyPathTest.cpp
|
| @@ -26,8 +26,8 @@
|
| #include "config.h"
|
| #include "modules/indexeddb/IDBKeyPath.h"
|
|
|
| -#include "bindings/v8/IDBBindingUtilities.h"
|
| -#include "bindings/v8/SerializedScriptValue.h"
|
| +#include "bindings/core/v8/SerializedScriptValue.h"
|
| +#include "bindings/modules/v8/IDBBindingUtilities.h"
|
| #include "modules/indexeddb/IDBKey.h"
|
| #include "wtf/Vector.h"
|
|
|
|
|