diff options
author | kasperl@google.com <kasperl@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-07 12:24:27 +0000 |
---|---|---|
committer | kasperl@google.com <kasperl@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-07 12:24:27 +0000 |
commit | fe500d41f01454e0c6abdde08845642e29a5924a (patch) | |
tree | 544e12d02a222340e6806431330b6b82cfc5e8d3 /DEPS | |
parent | 99b505006ec0201b94af480c963072b08fa8e879 (diff) | |
download | chromium_src-fe500d41f01454e0c6abdde08845642e29a5924a.zip chromium_src-fe500d41f01454e0c6abdde08845642e29a5924a.tar.gz chromium_src-fe500d41f01454e0c6abdde08845642e29a5924a.tar.bz2 |
Try re-applying the DEPS change: Update V8 in Chromium to version
1.1.7. The new version includes a crash fix for a rather obscure
crash involving setters with numeric property names and re-enables
the script compilation cache, which seems important to some kinds
of JS event handling code.
Review URL: http://codereview.chromium.org/63060
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13246 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@426", "src/v8": - "http://v8.googlecode.com/svn/trunk@1668", + "http://v8.googlecode.com/svn/trunk@1682", "src/webkit/data/layout_tests/LayoutTests": Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"), |