summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkasperl@google.com <kasperl@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-07 10:52:05 +0000
committerkasperl@google.com <kasperl@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-07 10:52:05 +0000
commitb5071e4cbf96fcae7c74efdab5d7caf48a3b1668 (patch)
tree544e12d02a222340e6806431330b6b82cfc5e8d3
parentb9a622b9fe09868974a5af845bc474752b239566 (diff)
downloadchromium_src-b5071e4cbf96fcae7c74efdab5d7caf48a3b1668.zip
chromium_src-b5071e4cbf96fcae7c74efdab5d7caf48a3b1668.tar.gz
chromium_src-b5071e4cbf96fcae7c74efdab5d7caf48a3b1668.tar.bz2
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/62096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13244 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index a0ef4fd..24fd394 100644
--- a/DEPS
+++ b/DEPS
@@ -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"),