diff options
author | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-11 11:14:10 +0000 |
---|---|---|
committer | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-11 11:14:10 +0000 |
commit | 808f856c3bdc6bfea88844e550b7841d29f0ef04 (patch) | |
tree | 800a36a9fe8250af692d58a1dc39a4c078c5f0e6 /DEPS | |
parent | 204b05cd489813e23e4ac89069fb36b8e550b160 (diff) | |
download | chromium_src-808f856c3bdc6bfea88844e550b7841d29f0ef04.zip chromium_src-808f856c3bdc6bfea88844e550b7841d29f0ef04.tar.gz chromium_src-808f856c3bdc6bfea88844e550b7841d29f0ef04.tar.bz2 |
Update V8 to version 1.3.18.6.
Fix stack corruption bug that causes crashes or incorrect behavior in
IC lookup routines.
Fixed regexp issue with cyrilic characters.
Fix bailout of inline constructor generation.
Do not show hidden properties array in debugger.
BUG=27309,27227,26529,25188,26491
TEST=Covered by V8 tests.
Review URL: http://codereview.chromium.org/385036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31660 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@741", "src/v8": - "http://v8.googlecode.com/svn/trunk@3226", + "http://v8.googlecode.com/svn/trunk@3276", "src/native_client": "http://nativeclient.googlecode.com/svn/trunk/src/native_client@952", |