summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-11 14:12:02 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-11 14:12:02 +0000
commitfa1f56d9500eebff1362e36c3833286fc29d8862 (patch)
tree57097c8b180b5fb03733ad74b488bf85d4f5f62f /DEPS
parentc676e9b66ce4e9e1929556cbefc50c03ae2ab86f (diff)
downloadchromium_src-fa1f56d9500eebff1362e36c3833286fc29d8862.zip
chromium_src-fa1f56d9500eebff1362e36c3833286fc29d8862.tar.gz
chromium_src-fa1f56d9500eebff1362e36c3833286fc29d8862.tar.bz2
Update Breakpad to r825 to pick up some clang warning-related fixes:
------------------------------------------------------------------------ r825 | mark@chromium.org | 2011-08-11 09:47:38 -0400 (Thu, 11 Aug 2011) | 6 lines The process_id field is unsigned, so we need this cast in c++0x. Patch by Rafael Ávila de Espí­ndola <respindola@mozilla.com> https://bugzilla.mozilla.org/show_bug.cgi?id=677644 ------------------------------------------------------------------------ r824 | mark@chromium.org | 2011-08-11 09:45:30 -0400 (Thu, 11 Aug 2011) | 8 lines The first field in a MDLocationDescriptor is a u_int32_t, so change this cast to the correct type. This fixes an error newer clang versions find in c++ 0x mode. Patch by Rafael Ávila de Espí­ndola <respindola@mozilla.com> https://bugzilla.mozilla.org/show_bug.cgi?id=677641 ------------------------------------------------------------------------ r823 | mark@chromium.org | 2011-08-11 09:40:13 -0400 (Thu, 11 Aug 2011) | 2 lines Fix clang warnings. Review URL: http://breakpad.appspot.com/298002 ------------------------------------------------------------------------ r822 | mark@chromium.org | 2011-08-11 09:39:44 -0400 (Thu, 11 Aug 2011) | 3 lines Zero out the entire context on MD5_Final, not just the number of bytes in a pointer. Review URL: http://breakpad.appspot.com/298001 ------------------------------------------------------------------------ Review URL: http://codereview.chromium.org/7619005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96381 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 3dc610e..17d001d 100644
--- a/DEPS
+++ b/DEPS
@@ -33,7 +33,7 @@ vars = {
deps = {
"src/breakpad/src":
- (Var("googlecode_url") % "google-breakpad") + "/trunk/src@821",
+ (Var("googlecode_url") % "google-breakpad") + "/trunk/src@825",
"src/build/util/support":
"/trunk/deps/support@20411",