diff options
author | kasperl@google.com <kasperl@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-17 09:58:44 +0000 |
---|---|---|
committer | kasperl@google.com <kasperl@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-17 09:58:44 +0000 |
commit | c7b4ebf17aec86cf07a61f807582b2ca79811dcf (patch) | |
tree | 1831976879e1a9226d4bee9799a5b8612962a779 /DEPS | |
parent | a67dedd2fdb1df7133a953186f88743bd5d02b0c (diff) | |
download | chromium_src-c7b4ebf17aec86cf07a61f807582b2ca79811dcf.zip chromium_src-c7b4ebf17aec86cf07a61f807582b2ca79811dcf.tar.gz chromium_src-c7b4ebf17aec86cf07a61f807582b2ca79811dcf.tar.bz2 |
Update V8 in Chromium to version 1.2.14.3 to fix subtle linking
issues on Mac OS caused by inlining functions containing static
variables.
BUG=http://code.google.com/p/v8/issues/detail?id=404
TEST=none
Review URL: http://codereview.chromium.org/155683
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20943 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ deps = { "http://gyp.googlecode.com/svn/trunk@551", "src/v8": - "http://v8.googlecode.com/svn/branches/1.2@2476", + "http://v8.googlecode.com/svn/branches/1.2@2495", "src/native_client": "http://nativeclient.googlecode.com/svn/trunk/nacl/googleclient/native_client@370", |