Index: third_party/sqlite/README.chromium |
diff --git a/third_party/sqlite/README.chromium b/third_party/sqlite/README.chromium |
index 7b102dd326ea6e0139655752143cc42b91686fb3..789971391a94ca02682835634bf6ddda153f8b3b 100644 |
--- a/third_party/sqlite/README.chromium |
+++ b/third_party/sqlite/README.chromium |
@@ -70,6 +70,7 @@ webdb.patch |
test.patch |
mac_time_machine.patch |
system-sqlite.patch |
+sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch |
So, e.g. you could do this to apply all our patches to vanilla SQLite: |
@@ -84,6 +85,7 @@ patch -p0 < ../sqlite/webdb.patch |
patch -p0 < ../sqlite/test.patch |
patch -p0 < ../sqlite/mac_time_machine.patch |
patch -p0 < ../sqlite/system-sqlite.patch |
+patch -p0 < ../sqlite/sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch |
This will only be the case if all changes we make also update the corresponding |
patch files. Therefore please remember to do that whenever you make a change! |