diff options
author | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-04 11:26:40 +0000 |
---|---|---|
committer | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-04 11:26:40 +0000 |
commit | e2a8dcf9281caf3a63ec14274e10175f49d69e6d (patch) | |
tree | c693cfa05bf45bd286cd39f37dd177d4822c4dd6 /DEPS | |
parent | 0a53f16ee208c2f1c4791c1ad4db14eea4d5eed1 (diff) | |
download | chromium_src-e2a8dcf9281caf3a63ec14274e10175f49d69e6d.zip chromium_src-e2a8dcf9281caf3a63ec14274e10175f49d69e6d.tar.gz chromium_src-e2a8dcf9281caf3a63ec14274e10175f49d69e6d.tar.bz2 |
Revert 38093 - Trying update of V8 to version 2.1.0. An extension JSON syntax issue
has been fixed since last attempt.
This version contains a number of bugfixes including wrapping
of values when calling userdefined functions and a stricter
JSON parser.
BUG=32191,34221
Review URL: http://codereview.chromium.org/571003
TBR=ager@chromium.org
Review URL: http://codereview.chromium.org/573008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38095 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ deps = { "http://gyp.googlecode.com/svn/trunk@776", "src/v8": - "http://v8.googlecode.com/svn/trunk@3781", + "http://v8.googlecode.com/svn/trunk@3690", "src/native_client": "http://nativeclient.googlecode.com/svn/trunk/src/native_client@1454", |