summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-13 09:17:01 +0000
committerager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-13 09:17:01 +0000
commit7ee677bc52775d419a1be71226efa5eb8daa80ae (patch)
tree1e0620cffedd0ff8665cb7abf700705db273fa61 /DEPS
parent5a95593a8b208f87dc27a85598596f91d1d4a455 (diff)
downloadchromium_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--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index e67556f..f64792e 100644
--- a/DEPS
+++ b/DEPS
@@ -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"),