| Index: third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp
|
| index 73ec8929954ef9939e7c6f2cfec71ea90ed3d1c5..5b801686f4791b3bb19f082ec952eb716c9f634e 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp
|
| @@ -27,8 +27,6 @@
|
|
|
| #include <memory>
|
|
|
| -#include <v8.h>
|
| -
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "bindings/core/v8/ScriptState.h"
|
| #include "bindings/core/v8/SerializedScriptValueFactory.h"
|
| @@ -49,6 +47,7 @@
|
| #include "public/platform/WebVector.h"
|
| #include "public/platform/modules/indexeddb/WebIDBKey.h"
|
| #include "public/platform/modules/indexeddb/WebIDBKeyRange.h"
|
| +#include "v8/include/v8.h"
|
|
|
| using blink::WebBlobInfo;
|
| using blink::WebIDBCallbacks;
|
|
|