diff options
author | jar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-13 19:23:13 +0000 |
---|---|---|
committer | jar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-13 19:23:13 +0000 |
commit | a946f334c5b243f7792e1f338d8cf1ca9413b24a (patch) | |
tree | 07304d794fe06326e3462d8039d3e2735334994a /DEPS | |
parent | fd401e556429b2cef6aaab95d9033069ddd790ac (diff) | |
download | chromium_src-a946f334c5b243f7792e1f338d8cf1ca9413b24a.zip chromium_src-a946f334c5b243f7792e1f338d8cf1ca9413b24a.tar.gz chromium_src-a946f334c5b243f7792e1f338d8cf1ca9413b24a.tar.bz2 |
Rollback v8 DEPS roll (for real)
I snagged the wrong rev last time.
Reverting back to 11622, which had the comment:
---------------
r11622 | ager@chromium.org | 2009-03-12 23:53:03 -0700 (Thu, 12 Mar 2009) | 6 lines
Update V8 to version 1.1.1.
Contains a couple of layout tests rebaselines.
This time contains an updated gyp file for the mac build.
Review URL: http://codereview.chromium.org/43134
---------------
This also includes the other file change in 11624:
---------------
r11624 | ager@chromium.org | 2009-03-13 02:17:01 -0700 (Fri, 13 Mar 2009) | 6 li
nes
Update V8 to fix an assertion that does not hold.
Add test that tests arbitrary limits on expressions that can be
handled without stack overflows to the test list. I have filed a bug
report and Kevin is investigating.
Review URL: http://codereview.chromium.org/46029
---------------
trb=darin,ager
Review URL: http://codereview.chromium.org/46048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11654 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@364", "src/v8": - "http://v8.googlecode.com/svn/trunk@1501", + "http://v8.googlecode.com/svn/trunk@1458", "src/webkit/data/layout_tests/LayoutTests": Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"), |