summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-12 13:23:56 +0000
committerager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-12 13:23:56 +0000
commitb7688cc1149afa0f5ef9b2c4b10d67b440f71acb (patch)
tree3b43cf9c8d8f1516d6595856bb637fc914250548 /DEPS
parentc3958850dbc3d0c0f23d9b59d922cc24ab8b13b5 (diff)
downloadchromium_src-b7688cc1149afa0f5ef9b2c4b10d67b440f71acb.zip
chromium_src-b7688cc1149afa0f5ef9b2c4b10d67b440f71acb.tar.gz
chromium_src-b7688cc1149afa0f5ef9b2c4b10d67b440f71acb.tar.bz2
Update V8 to version 1.2.3.1.
This version contains a register allocation crash fix, an instanceof code generation crash fix and a JSC compatibility fix which should fix issues with facebook. BUG=1717 BUG=11675 Review URL: http://codereview.chromium.org/115237 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15850 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index c9004b9..0fae5e4 100644
--- a/DEPS
+++ b/DEPS
@@ -29,7 +29,7 @@ deps = {
"http://gyp.googlecode.com/svn/trunk@473",
"src/v8":
- "http://v8.googlecode.com/svn/trunk@1859",
+ "http://v8.googlecode.com/svn/trunk@1918",
"src/webkit/data/layout_tests/LayoutTests":
Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"),