diff options
author | ager@google.com <ager@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-01 09:58:35 +0000 |
---|---|---|
committer | ager@google.com <ager@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-01 09:58:35 +0000 |
commit | 1e6bb7362411ebe87337644f354c24ce1964f0a7 (patch) | |
tree | 1274d07a7d6ec1aab5e71c24ad50431f0cd75918 | |
parent | 2f8b91ddd3a9518efd739eecff31e2b54a1aa162 (diff) | |
download | chromium_src-1e6bb7362411ebe87337644f354c24ce1964f0a7.zip chromium_src-1e6bb7362411ebe87337644f354c24ce1964f0a7.tar.gz chromium_src-1e6bb7362411ebe87337644f354c24ce1964f0a7.tar.bz2 |
Update v8 version to fix debugger tests. The shell sample now accepts
flags directly from the command line as expected by the debugger
tests.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1604 0039d316-1c4b-4281-b951-d872f2087c98
-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@51", + "http://v8.googlecode.com/svn/trunk@60", "src/webkit/data/layout_tests/LayoutTests": "http://svn.webkit.org/repository/webkit/branches/Safari-3-1-branch/LayoutTests@31256", |