diff options
author | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-18 18:49:56 +0000 |
---|---|---|
committer | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-18 18:49:56 +0000 |
commit | d6a612019430c62642db846393dbab1e9d4c7869 (patch) | |
tree | c83f9d5006e66d74831ad14c6717604bfff94480 /DEPS | |
parent | 0bc3bf56dc2b071da392f63ebdbeac417994e1f8 (diff) | |
download | chromium_src-d6a612019430c62642db846393dbab1e9d4c7869.zip chromium_src-d6a612019430c62642db846393dbab1e9d4c7869.tar.gz chromium_src-d6a612019430c62642db846393dbab1e9d4c7869.tar.bz2 |
Update V8 to version 1.1.1.2.
This contains the new compiler infrastructure which gives a nice performance improvement on the V8 benchmark suite.
Review URL: http://codereview.chromium.org/48143
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11994 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@372", "src/v8": - "http://v8.googlecode.com/svn/trunk@1458", + "http://v8.googlecode.com/svn/trunk@1512", "src/webkit/data/layout_tests/LayoutTests": Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"), |