| Index: third_party/sqlite/src/src/build.c
|
| diff --git a/third_party/sqlite/src/src/build.c b/third_party/sqlite/src/src/build.c
|
| index 90bfef4ccd524b5d64a5af0908be66572f146220..d5846daeccc4e3776eb1ece83f3a429ba5f4ff08 100644
|
| --- a/third_party/sqlite/src/src/build.c
|
| +++ b/third_party/sqlite/src/src/build.c
|
| @@ -3665,7 +3665,7 @@ KeyInfo *sqlite3IndexKeyinfo(Parse *pParse, Index *pIdx){
|
|
|
| /* Begin preload-cache.patch for Chromium */
|
| /* See declaration in sqlite3.h for information */
|
| -int sqlite3Preload(sqlite3 *db)
|
| +int sqlite3_preload(sqlite3 *db)
|
| {
|
| Pager *pPager;
|
| Btree *pBt;
|
|
|