diff options
author | kmillikin@chromium.org <kmillikin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-06 11:21:47 +0000 |
---|---|---|
committer | kmillikin@chromium.org <kmillikin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-06 11:21:47 +0000 |
commit | bd0446b24b95dfa016b5a2336d1744fa03509b5c (patch) | |
tree | a090692efa4a03802a51b2e4943691bd2b4330fa /DEPS | |
parent | e812e8321849768d0729014f3ab685a55cb54cae (diff) | |
download | chromium_src-bd0446b24b95dfa016b5a2336d1744fa03509b5c.zip chromium_src-bd0446b24b95dfa016b5a2336d1744fa03509b5c.tar.gz chromium_src-bd0446b24b95dfa016b5a2336d1744fa03509b5c.tar.bz2 |
Update V8 to revision 3.0.6.1.
This revision patches V8 to fix a potential crash in the compiler.
BUG=67732
TEST=fast/canvas/shadow-offset*
Review URL: http://codereview.chromium.org/5964015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70606 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ deps = { (Var("googlecode_url") % "gyp") + "/trunk@857", "src/v8": - (Var("googlecode_url") % "v8") + "/trunk@6169", + (Var("googlecode_url") % "v8") + "/trunk@6190", "src/native_client": Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"), |