diff options
author | kasperl@google.com <kasperl@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-11 09:24:02 +0000 |
---|---|---|
committer | kasperl@google.com <kasperl@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-11 09:24:02 +0000 |
commit | f8b71b03c3e715dbc5c147d09a989ae01d05721e (patch) | |
tree | 203396c7b98d84f41398c0333b1a95afd17ee855 /DEPS | |
parent | 80be1d88700fff788f873971ee90cba5e813195d (diff) | |
download | chromium_src-f8b71b03c3e715dbc5c147d09a989ae01d05721e.zip chromium_src-f8b71b03c3e715dbc5c147d09a989ae01d05721e.tar.gz chromium_src-f8b71b03c3e715dbc5c147d09a989ae01d05721e.tar.bz2 |
Update V8 in Chromium to version 1.1.8, which contains a
workaround for crash bug http://crbug.com/9746 and fixes
an issue with stepping into Function.prototype.apply and
call in the debugger.
BUG=9746
Review URL: http://codereview.chromium.org/67065
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13559 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@428", "src/v8": - "http://v8.googlecode.com/svn/trunk@1682", + "http://v8.googlecode.com/svn/trunk@1692", "src/webkit/data/layout_tests/LayoutTests": Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"), |