| Index: third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteFileSystemWin.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteFileSystemWin.cpp b/third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteFileSystemWin.cpp
|
| index 36b11900bae9dd61d3ec8270ff7e3f6fc1d4e783..2933df65f638527c12bcb7a94f963169972adf27 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteFileSystemWin.cpp
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteFileSystemWin.cpp
|
| @@ -154,7 +154,8 @@ int chromiumCurrentTime(sqlite3_vfs* vfs, double* prNow) {
|
| }
|
|
|
| int chromiumGetLastError(sqlite3_vfs* vfs, int e, char* s) {
|
| - // xGetLastError() has never been used by SQLite. The implementation in os_win.c indicates this is a reasonable implementation.
|
| + // xGetLastError() has never been used by SQLite. The implementation in
|
| + // os_win.c indicates this is a reasonable implementation.
|
| *s = '\0';
|
| return 0;
|
| }
|
|
|