diff options
author | sgjesse@chromium.org <sgjesse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-25 08:14:53 +0000 |
---|---|---|
committer | sgjesse@chromium.org <sgjesse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-25 08:14:53 +0000 |
commit | 0e28d65d8362f851c691ce0178ad215201039f03 (patch) | |
tree | c692b604c73257195323cf3c7027227d481bd8fc /DEPS | |
parent | 644d94d53034a1d3caa3fc273cc0fe6b4f4171c7 (diff) | |
download | chromium_src-0e28d65d8362f851c691ce0178ad215201039f03.zip chromium_src-0e28d65d8362f851c691ce0178ad215201039f03.tar.gz chromium_src-0e28d65d8362f851c691ce0178ad215201039f03.tar.bz2 |
Update V8 to version 1.2.4.3.
This version contains support for destingushing between calling a non function as a function or as a constructor.
This is take two of http://codereview.chromium.org/115634, including changes to layout test expectations caused by the changes to runtime.js in V8.
TBR=ager@chromium.org
Review URL: http://codereview.chromium.org/115755
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16851 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@498", "src/v8": - "http://v8.googlecode.com/svn/trunk@2012", + "http://v8.googlecode.com/svn/trunk@2022", "src/third_party/skia": "http://skia.googlecode.com/svn/trunk@171", |