| Index: content/child/indexed_db/indexed_db_dispatcher.h
|
| diff --git a/content/child/indexed_db/indexed_db_dispatcher.h b/content/child/indexed_db/indexed_db_dispatcher.h
|
| index 33b4b09b542adc0000a522ac8c00feee331fe613..bf3cbc3d4d02d60356db26d75573f7b34f4fa49f 100644
|
| --- a/content/child/indexed_db/indexed_db_dispatcher.h
|
| +++ b/content/child/indexed_db/indexed_db_dispatcher.h
|
| @@ -15,6 +15,7 @@
|
| #include "content/child/worker_task_runner.h"
|
| #include "content/common/content_export.h"
|
| #include "ipc/ipc_sync_message_filter.h"
|
| +#include "third_party/WebKit/public/platform/WebBlobInfo.h"
|
| #include "third_party/WebKit/public/platform/WebIDBCallbacks.h"
|
| #include "third_party/WebKit/public/platform/WebIDBCursor.h"
|
| #include "third_party/WebKit/public/platform/WebIDBDatabase.h"
|
| @@ -131,6 +132,7 @@ class CONTENT_EXPORT IndexedDBDispatcher : public WorkerTaskRunner::Observer {
|
| int64 transaction_id,
|
| int64 object_store_id,
|
| const blink::WebData& value,
|
| + const blink::WebVector<blink::WebBlobInfo>& web_blob_info,
|
| const IndexedDBKey& key,
|
| blink::WebIDBDatabase::PutMode put_mode,
|
| blink::WebIDBCallbacks* callbacks,
|
|
|