| Index: third_party/WebKit/Source/modules/indexeddb/IDBValue.cpp
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBValue.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBValue.cpp
|
| index 3f3559808aeae367c5fad9711b92aac0f05fb271..0b9f5c880a9b29684c7c84ab984c92cfa426f63d 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBValue.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBValue.cpp
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "modules/indexeddb/IDBValue.h"
|
|
|
| -#include "bindings/core/v8/SerializedScriptValue.h"
|
| +#include "bindings/core/v8/serialization/SerializedScriptValue.h"
|
| #include "platform/blob/BlobData.h"
|
| #include "platform/wtf/PtrUtil.h"
|
| #include "public/platform/WebBlobInfo.h"
|
|
|