diff options
author | ager@google.com <ager@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-01 12:44:51 +0000 |
---|---|---|
committer | ager@google.com <ager@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-01 12:44:51 +0000 |
commit | 310c78521e6d340be3e03bc184979939a9b0c64f (patch) | |
tree | 628ed485b15c1b2d2adcf5040d9a0ef53adf5b2a /DEPS | |
parent | 1e6bb7362411ebe87337644f354c24ce1964f0a7 (diff) | |
download | chromium_src-310c78521e6d340be3e03bc184979939a9b0c64f.zip chromium_src-310c78521e6d340be3e03bc184979939a9b0c64f.tar.gz chromium_src-310c78521e6d340be3e03bc184979939a9b0c64f.tar.bz2 |
Attempting to figure out which V8 revision caused selenium test
regressions and distributed reliability test failures.
Switch to last tested bleeding edge version.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1605 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ deps = { "/trunk/deps/third_party/icu38@1227", "src/v8": - "http://v8.googlecode.com/svn/trunk@60", + "http://v8.googlecode.com/svn/branches/bleeding_edge@23", "src/webkit/data/layout_tests/LayoutTests": "http://svn.webkit.org/repository/webkit/branches/Safari-3-1-branch/LayoutTests@31256", |