| 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 bf3cbc3d4d02d60356db26d75573f7b34f4fa49f..c4159bec5d565c6fbf3afd9a380bece201c81cb8 100644
|
| --- a/content/child/indexed_db/indexed_db_dispatcher.h
|
| +++ b/content/child/indexed_db/indexed_db_dispatcher.h
|
| @@ -137,8 +137,7 @@ class CONTENT_EXPORT IndexedDBDispatcher : public WorkerTaskRunner::Observer {
|
| blink::WebIDBDatabase::PutMode put_mode,
|
| blink::WebIDBCallbacks* callbacks,
|
| const blink::WebVector<long long>& index_ids,
|
| - const blink::WebVector<blink::WebVector<blink::WebIDBKey> >&
|
| - index_keys);
|
| + const blink::WebVector<blink::WebVector<blink::WebIDBKey> >& index_keys);
|
|
|
| void RequestIDBDatabaseOpenCursor(int32 ipc_database_id,
|
| int64 transaction_id,
|
|
|