Skip to content

Commit

Permalink
Roll src/third_party/leveldatabase 7306ef85..a7bff697b (4 commits).
Browse files Browse the repository at this point in the history
* Deleted redundant null ptr check prior to delete.
* Fixes a bug encountered when reading records from leveldb files
  that have been split, as in a [] input task split.
* Change std::uint64_t to uint64_t (#354).
* Fix LevelDB build when asserts are enabled in release builds. (#367).

BUG=603166

Review URL: https://codereview.chromium.org/1878943014

Cr-Commit-Position: refs/heads/master@{#387695}
  • Loading branch information
cmumford authored and Commit bot committed Apr 15, 2016
1 parent 143115b commit b5bcbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ deps = {
Var('chromium_git') + '/external/google-safe-browsing/testing.git' + '@' + '9d7e8064f3ca2e45891470c9b5b1dce54af6a9d6',

'src/third_party/leveldatabase/src':
Var('chromium_git') + '/external/leveldb.git' + '@' + '7306ef856a91e462a73ff1832c1fa8771008ba36',
Var('chromium_git') + '/external/leveldb.git' + '@' + 'a7bff697baa062c8f6b8fb760eacf658712b611a',

'src/third_party/snappy/src':
Var('chromium_git') + '/external/snappy.git' + '@' + '762bb32f0c9d2f31ba4958c7c0933d22e80c20bf',
Expand Down

0 comments on commit b5bcbc6

Please sign in to comment.