git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Do not register Chromium's HTML5 DB VFS as the default
[WebKit-https.git]
/
WebCore
/
platform
/
sql
/
chromium
/
SQLiteFileSystemChromiumPosix.cpp
diff --git
a/WebCore/platform/sql/chromium/SQLiteFileSystemChromiumPosix.cpp
b/WebCore/platform/sql/chromium/SQLiteFileSystemChromiumPosix.cpp
index ef4dfa7669fd1b7ac87c0b2f223b11840519fe91..0050a430a56291a74429284c470abd90d2478034 100644
(file)
--- a/
WebCore/platform/sql/chromium/SQLiteFileSystemChromiumPosix.cpp
+++ b/
WebCore/platform/sql/chromium/SQLiteFileSystemChromiumPosix.cpp
@@
-200,7
+200,7
@@
void SQLiteFileSystem::registerSQLiteVFS()
unix_vfs->xCurrentTime,
unix_vfs->xGetLastError
};
unix_vfs->xCurrentTime,
unix_vfs->xGetLastError
};
- sqlite3_vfs_register(&chromium_vfs,
1
);
+ sqlite3_vfs_register(&chromium_vfs,
0
);
}
} // namespace WebCore
}
} // namespace WebCore