diff options
author | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-05 10:00:44 +0000 |
---|---|---|
committer | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-05 10:00:44 +0000 |
commit | b39fe8d69103cab7d88bfde52084d0d84d51c3b7 (patch) | |
tree | fcd502adc95617ee79d32bf8e00c24f60a400a8d /DEPS | |
parent | f002620b54960d505f39ae0e7e42273eb78250af (diff) | |
download | chromium_src-b39fe8d69103cab7d88bfde52084d0d84d51c3b7.zip chromium_src-b39fe8d69103cab7d88bfde52084d0d84d51c3b7.tar.gz chromium_src-b39fe8d69103cab7d88bfde52084d0d84d51c3b7.tar.bz2 |
Update V8 to version 1.2.2.1 to fix the mac chromium build.
Review URL: http://codereview.chromium.org/108009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15290 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@458", "src/v8": - "http://v8.googlecode.com/svn/trunk@1853", + "http://v8.googlecode.com/svn/trunk@1859", "src/webkit/data/layout_tests/LayoutTests": Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"), |