diff options
author | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-09 16:10:11 +0000 |
---|---|---|
committer | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-09 16:10:11 +0000 |
commit | 1ef1c66a37fae2707f743c3588f88e893125b82f (patch) | |
tree | 5192669eccd4f7593daf3b35658f5068a581350a /DEPS | |
parent | 0643a49e311c0ddb17f292f525ebd11f51f158a1 (diff) | |
download | chromium_src-1ef1c66a37fae2707f743c3588f88e893125b82f.zip chromium_src-1ef1c66a37fae2707f743c3588f88e893125b82f.tar.gz chromium_src-1ef1c66a37fae2707f743c3588f88e893125b82f.tar.bz2 |
Update V8 to latest trunk version containing a fix for an assertion
that was triggered when opening the web inspector in the test shell in
debug mode.
Review URL: http://codereview.chromium.org/39345
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11246 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ deps = { "http://gyp.googlecode.com/svn/trunk", "src/v8": - "http://v8.googlecode.com/svn/trunk@1423", + "http://v8.googlecode.com/svn/trunk@1458", "src/webkit/data/layout_tests/LayoutTests": Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"), |