commit | 6acb20186a0f003bd4cf8a2af68649a6ca378910 | [log] [tgz] |
---|---|---|
author | cmumford <[email protected]> | Wed Nov 19 00:24:39 2014 |
committer | Commit bot <[email protected]> | Wed Nov 19 00:25:01 2014 |
tree | b363f375de1fcccc81f5ab3b7a24d3e60ace071c | |
parent | eb7d64644e895db4f20f98072db27ca59d441baf [diff] |
IndexedDB: Eliminated false detection of database corruption. Our leveldb_env::IsCorruption check falsely reported an InvalidArgument Status as a corrupted status. Now that leveldb correctly returns a corruption status (as of v1.18) we can remove this function and fix this bug. BUG=429209 Review URL: https://codereview.chromium.org/740513002 Cr-Commit-Position: refs/heads/master@{#304714}