diff options
author | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-23 10:15:50 +0000 |
---|---|---|
committer | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-23 10:15:50 +0000 |
commit | 9053223996426d765c7db0857fa52d1b48d72ed5 (patch) | |
tree | a28d3ebc0cfbf1f0017da1a70f8658e1693513af /DEPS | |
parent | c0ba0da8a6c0d0cd33acf46441b0d2edc63b16c4 (diff) | |
download | chromium_src-9053223996426d765c7db0857fa52d1b48d72ed5.zip chromium_src-9053223996426d765c7db0857fa52d1b48d72ed5.tar.gz chromium_src-9053223996426d765c7db0857fa52d1b48d72ed5.tar.bz2 |
Update V8 to version 1.2.9.
This version contains a couple of regular expression bugfixes as well
as a string analysis bug fix. Also, there are a number of general
performance improvements.
Review URL: http://codereview.chromium.org/147009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19013 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ deps = { "http://gyp.googlecode.com/svn/trunk@525", "src/v8": - "http://v8.googlecode.com/svn/trunk@2220", + "http://v8.googlecode.com/svn/trunk@2249", "src/third_party/skia": "http://skia.googlecode.com/svn/trunk@224", |