diff options
author | kasperl@google.com <kasperl@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-16 11:15:03 +0000 |
---|---|---|
committer | kasperl@google.com <kasperl@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-16 11:15:03 +0000 |
commit | 9f6ecfc92f1a3fd332e9c07592a71b8e22bd4fd9 (patch) | |
tree | 99dea4afe2216e944fad7e38031db96ef188149f /DEPS | |
parent | eac1d595e6fc1cf80da54002b265776489ba437a (diff) | |
download | chromium_src-9f6ecfc92f1a3fd332e9c07592a71b8e22bd4fd9.zip chromium_src-9f6ecfc92f1a3fd332e9c07592a71b8e22bd4fd9.tar.gz chromium_src-9f6ecfc92f1a3fd332e9c07592a71b8e22bd4fd9.tar.bz2 |
Go back to using V8 1.2.14.2. Changing v8.gyp wasn't enough to
fix the subtle code generation issues on Mac OS.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/149751
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20863 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@2480", + "http://v8.googlecode.com/svn/branches/1.2@2476", "src/native_client": "http://nativeclient.googlecode.com/svn/trunk/nacl/googleclient/native_client@370", |