diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-31 00:17:26 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-31 00:17:26 +0000 |
commit | d7a0e62520cfbeee62f9278e560ebd79b44fc406 (patch) | |
tree | ff944e9c4683b834608c6b5af1ed460a3957bbd6 /DEPS | |
parent | cd769a5f8477e2eb84c79faf6137df304f839599 (diff) | |
download | chromium_src-d7a0e62520cfbeee62f9278e560ebd79b44fc406.zip chromium_src-d7a0e62520cfbeee62f9278e560ebd79b44fc406.tar.gz chromium_src-d7a0e62520cfbeee62f9278e560ebd79b44fc406.tar.bz2 |
roll breakpad 938:939
939: Another -Wnull-conversion fix.
BUG=none
TEST=nothing changes
TBR=mark
Review URL: https://chromiumcodereview.appspot.com/9956043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130006 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ vars = { deps = { "src/breakpad/src": - (Var("googlecode_url") % "google-breakpad") + "/trunk/src@938", + (Var("googlecode_url") % "google-breakpad") + "/trunk/src@939", "src/build/util/support": "/trunk/deps/support@20411", |