| Index: content/browser/indexed_db/indexed_db_cursor.cc
|
| diff --git a/content/browser/indexed_db/indexed_db_cursor.cc b/content/browser/indexed_db/indexed_db_cursor.cc
|
| index b1798bc2dab45040831f371ee39e502a7406e5b5..4fc3c0ea44e606f85cc5ca63c35a01deb9820be5 100644
|
| --- a/content/browser/indexed_db/indexed_db_cursor.cc
|
| +++ b/content/browser/indexed_db/indexed_db_cursor.cc
|
| @@ -170,7 +170,7 @@ void IndexedDBCursor::CursorPrefetchIterationOperation(
|
| }
|
|
|
| callbacks->OnSuccessWithPrefetch(
|
| - found_keys, found_primary_keys, found_values);
|
| + found_keys, found_primary_keys, &found_values);
|
| }
|
|
|
| leveldb::Status IndexedDBCursor::PrefetchReset(int used_prefetches,
|
|
|