diff options
author | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-13 09:17:01 +0000 |
---|---|---|
committer | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-13 09:17:01 +0000 |
commit | 7ee677bc52775d419a1be71226efa5eb8daa80ae (patch) | |
tree | 1e0620cffedd0ff8665cb7abf700705db273fa61 /DEPS | |
parent | 5a95593a8b208f87dc27a85598596f91d1d4a455 (diff) | |
download | chromium_src-7ee677bc52775d419a1be71226efa5eb8daa80ae.zip chromium_src-7ee677bc52775d419a1be71226efa5eb8daa80ae.tar.gz chromium_src-7ee677bc52775d419a1be71226efa5eb8daa80ae.tar.bz2 |
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
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11624 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@1505", "src/webkit/data/layout_tests/LayoutTests": Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"), |