diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-11 16:33:28 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-11 16:33:28 +0000 |
commit | 52241e624d90d108e98964108c6004db2cc37129 (patch) | |
tree | fd77859a9c2e818c1a4609caa170f832ff097ece /third_party/sqlite | |
parent | 0fc55e05d3ffffc9d9d0e0f52518ebab32778c26 (diff) | |
download | chromium_src-52241e624d90d108e98964108c6004db2cc37129.zip chromium_src-52241e624d90d108e98964108c6004db2cc37129.tar.gz chromium_src-52241e624d90d108e98964108c6004db2cc37129.tar.bz2 |
Update sqlite's README.chromium with a note to keep webkit side
in sync.
BUG=22208
TEST=none
Review URL: http://codereview.chromium.org/3570009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62151 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/sqlite')
-rw-r--r-- | third_party/sqlite/README.chromium | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/sqlite/README.chromium b/third_party/sqlite/README.chromium index 2ac7415..926abd7 100644 --- a/third_party/sqlite/README.chromium +++ b/third_party/sqlite/README.chromium @@ -42,6 +42,11 @@ cd sqlite # Run the google_generate_preprocessed.sh script: ./google_generate_preprocessed.sh +# If there are any updates to os_unix.c, remember to keep +# WebCore/platform/sql/chromium/SQLiteFileSystemChromiumPosix.cpp in sync. +# This means preparing a separate patch for WebKit. +# If you have questions about this part, ask phajdan.jr and dumi. + # Find a sucker. Send review. # TODO(shess) Describe an appropriate comment style. Seems like it # should at least include the SQLite version number. |