summaryrefslogtreecommitdiffstats
path: root/base/bind_internal.h.pump
diff options
context:
space:
mode:
authorajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-24 01:03:40 +0000
committerajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-24 01:03:40 +0000
commita1101d69bc7fb29d08bbd9041c1d2db691dd7596 (patch)
tree5924d2e213117713b66941b9a4241f74bb90bb53 /base/bind_internal.h.pump
parent61afeaefdec2f6a7898246610bcb9594849a279b (diff)
downloadchromium_src-a1101d69bc7fb29d08bbd9041c1d2db691dd7596.zip
chromium_src-a1101d69bc7fb29d08bbd9041c1d2db691dd7596.tar.gz
chromium_src-a1101d69bc7fb29d08bbd9041c1d2db691dd7596.tar.bz2
Revert "Increase Bind/Callback Arity from 6 -> 11: These go to eleven."
This reverts r111410. Doing this increased Win builder cycle time by about 10s on incrementals (eyeballed from stats dashboard). Alas, 11 proved to be too high for us. BUG=98542 TEST=none Review URL: http://codereview.chromium.org/8682030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111463 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/bind_internal.h.pump')
-rw-r--r--base/bind_internal.h.pump2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/bind_internal.h.pump b/base/bind_internal.h.pump
index 0459897..1192974 100644
--- a/base/bind_internal.h.pump
+++ b/base/bind_internal.h.pump
@@ -11,7 +11,7 @@ $$
//
// Do we want to allow creating a fully unbound method??
-$var MAX_ARITY = 11
+$var MAX_ARITY = 6
$range ARITY 0..MAX_ARITY
// Copyright (c) 2011 The Chromium Authors. All rights reserved.