diff options
author | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-13 13:12:09 +0000 |
---|---|---|
committer | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-13 13:12:09 +0000 |
commit | 066568bfa8718eefda001a5c482dc6789fca8fbe (patch) | |
tree | 23a149452f45ab5b11884a88611dc190687028e2 /DEPS | |
parent | 04d0141e0916628df2ecae5ee0417db0dd468a5a (diff) | |
download | chromium_src-066568bfa8718eefda001a5c482dc6789fca8fbe.zip chromium_src-066568bfa8718eefda001a5c482dc6789fca8fbe.tar.gz chromium_src-066568bfa8718eefda001a5c482dc6789fca8fbe.tar.bz2 |
Update V8 to version 1.3.4.
This contains very few changes. Two reasons for updating:
1. Get JSON parser fix.
2. Get idle notification callback into the API to experiment with
releasing memory when a renderer is idle.
BUG=19212, 19086
Review URL: http://codereview.chromium.org/165451
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23306 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ deps = { "http://gyp.googlecode.com/svn/trunk@591", "src/v8": - "http://v8.googlecode.com/svn/trunk@2669", + "http://v8.googlecode.com/svn/trunk@2682", "src/native_client": "http://nativeclient.googlecode.com/svn/trunk/src/native_client@385", |