[websql] Guard against vfs method deprecation.
In SQLite 3.10.2, the Unix VFS no longer defines unixCurrentTime(), instead relying on unixCurrentTimeInt64(), which caused a crash in the implementation of chromiumCurrentTime(). Add assertions to verify required infrastructure at instantiation rather than first use. BUG=580948,579743 R=michaeln@chromium.org Review URL: https://codereview.chromium.org/1639863003 Cr-Commit-Position: refs/heads/master@{#371674}
Showing
Please register or sign in to comment