| Index: content/child/indexed_db/webidbcursor_impl.h
|
| diff --git a/content/child/indexed_db/webidbcursor_impl.h b/content/child/indexed_db/webidbcursor_impl.h
|
| index 187c7a531d2c701827d1c73f569f96589e0c36ad..55520225603737b6dbd8728b71e15fbb611e97e6 100644
|
| --- a/content/child/indexed_db/webidbcursor_impl.h
|
| +++ b/content/child/indexed_db/webidbcursor_impl.h
|
| @@ -47,6 +47,7 @@ class CONTENT_EXPORT WebIDBCursorImpl
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(WebIDBCursorImplTest, PrefetchTest);
|
| FRIEND_TEST_ALL_PREFIXES(WebIDBCursorImplTest, AdvancePrefetchTest);
|
| + FRIEND_TEST_ALL_PREFIXES(WebIDBCursorImplTest, PrefetchReset);
|
|
|
| int32 ipc_cursor_id_;
|
|
|
|
|