From b5071e4cbf96fcae7c74efdab5d7caf48a3b1668 Mon Sep 17 00:00:00 2001 From: "kasperl@google.com" <kasperl@google.com@0039d316-1c4b-4281-b951-d872f2087c98> Date: Tue, 7 Apr 2009 10:52:05 +0000 Subject: 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 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DEPS') 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"), -- cgit v1.1