diff options
author | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-05 08:57:52 +0000 |
---|---|---|
committer | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-05 08:57:52 +0000 |
commit | f002620b54960d505f39ae0e7e42273eb78250af (patch) | |
tree | 63cf90f0969783091d700b1893b27fc37b5d5af5 /DEPS | |
parent | 332eeab52b9f461f994a8322c1d7fe66e90560f5 (diff) | |
download | chromium_src-f002620b54960d505f39ae0e7e42273eb78250af.zip chromium_src-f002620b54960d505f39ae0e7e42273eb78250af.tar.gz chromium_src-f002620b54960d505f39ae0e7e42273eb78250af.tar.bz2 |
Push V8 version 1.2.2 to chromium.
This contains a bug fix for the disappearing external strings bug
(http://crbug.com/9746) as well as a couple of other bug fixes.
In addition to bug fixes, this version of V8 allows the call as
function handler registered on non-function objects to be called in
construct calls.
BUG=9746
Review URL: http://codereview.chromium.org/109011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15289 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@1809", + "http://v8.googlecode.com/svn/trunk@1853", "src/webkit/data/layout_tests/LayoutTests": Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"), |