| 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 ea394accb895a9a0dc2b702c0c17f19435918761..1651071b7bbd49cabb49d57f67faea9a2ff62bb5 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBValue.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBValue.cpp
|
| @@ -4,12 +4,11 @@
|
|
|
| #include "modules/indexeddb/IDBValue.h"
|
|
|
| -#include <v8.h>
|
| -
|
| #include "bindings/core/v8/SerializedScriptValue.h"
|
| #include "platform/blob/BlobData.h"
|
| #include "public/platform/WebBlobInfo.h"
|
| #include "public/platform/modules/indexeddb/WebIDBValue.h"
|
| +#include "v8/include/v8.h"
|
| #include "wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|