diff options
author | mbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-27 18:39:01 +0000 |
---|---|---|
committer | mbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-27 18:39:01 +0000 |
commit | 94974ed8c8a00997c63c309b5d3a8e1351358a77 (patch) | |
tree | e20a0f1cecd74010a3a1320cf993574e12d188f7 /DEPS | |
parent | e5cd46b27d3591663ba43428e4b2e2249bf9733e (diff) | |
download | chromium_src-94974ed8c8a00997c63c309b5d3a8e1351358a77.zip chromium_src-94974ed8c8a00997c63c309b5d3a8e1351358a77.tar.gz chromium_src-94974ed8c8a00997c63c309b5d3a8e1351358a77.tar.bz2 |
Pick up the TlsGetValue fix.
BUG=10983
Review URL: http://codereview.chromium.org/93143
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14629 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ deps = { Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), "src/third_party/tcmalloc/tcmalloc": - "http://google-perftools.googlecode.com/svn/trunk@70", + "http://google-perftools.googlecode.com/svn/trunk@72", } |