| Index: Source/modules/indexeddb/IDBObjectStore.cpp
|
| diff --git a/Source/modules/indexeddb/IDBObjectStore.cpp b/Source/modules/indexeddb/IDBObjectStore.cpp
|
| index 1e873e1b8bfef045c9feeb25563e253a9976f0df..a54d93e15d207f5c6e7281acb795825ea66a9218 100644
|
| --- a/Source/modules/indexeddb/IDBObjectStore.cpp
|
| +++ b/Source/modules/indexeddb/IDBObjectStore.cpp
|
| @@ -45,6 +45,7 @@
|
| #include "public/platform/WebIDBKey.h"
|
| #include "public/platform/WebIDBKeyRange.h"
|
| #include "public/platform/WebVector.h"
|
| +#include <v8.h>
|
|
|
| using blink::WebBlobInfo;
|
| using blink::WebIDBCallbacks;
|
|
|