diff options
author | sgjesse@chromium.org <sgjesse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-07 14:04:36 +0000 |
---|---|---|
committer | sgjesse@chromium.org <sgjesse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-07 14:04:36 +0000 |
commit | ce1eb3bd99a3af516f3efa93229146e3569e5570 (patch) | |
tree | c143b9ffa20159570b86a83f8680a70993fcc40e /DEPS | |
parent | 63d319ebcaddfe4a84b5bb1898b88ab3999fa173 (diff) | |
download | chromium_src-ce1eb3bd99a3af516f3efa93229146e3569e5570.zip chromium_src-ce1eb3bd99a3af516f3efa93229146e3569e5570.tar.gz chromium_src-ce1eb3bd99a3af516f3efa93229146e3569e5570.tar.bz2 |
Update V8 to version 1.3.15.
This change contails the layout test expectation changes from http://codereview.chromium.org/248001 and http://codereview.chromium.org/251071 as the V8 update requires these.
This change also contains a change to compile against the changes IdleNotification API in the new V8 version.
BUG=none
TEST=none
TBR=ager@chromium.org
Review URL: http://codereview.chromium.org/263008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28246 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@681", "src/v8": - "http://v8.googlecode.com/svn/trunk@2997", + "http://v8.googlecode.com/svn/trunk@3030", "src/native_client": "http://nativeclient.googlecode.com/svn/trunk/src/native_client@819", |