| 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 6d01e2a5471c4dda0e85278759c33fd28b776c53..cd8692d632cd6f7e5015a79e11a09f301bb121bb 100644
|
| --- a/content/browser/indexed_db/indexed_db_cursor.cc
|
| +++ b/content/browser/indexed_db/indexed_db_cursor.cc
|
| @@ -167,7 +167,7 @@ void IndexedDBCursor::CursorPrefetchIterationOperation(
|
| break;
|
| }
|
|
|
| - if (!found_keys.size()) {
|
| + if (found_keys.empty()) {
|
| callbacks->OnSuccess(nullptr);
|
| return;
|
| }
|
|
|