summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-08 13:17:32 +0000
committerager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-08 13:17:32 +0000
commit1015ca8b86d95fe0d6759d897f4f87c8425b746f (patch)
tree4d585a15850d60fb567e80fc26dab85ea79b6727 /DEPS
parent0f1354ccb69fe29243703064060d9ed87b306c1d (diff)
downloadchromium_src-1015ca8b86d95fe0d6759d897f4f87c8425b746f.zip
chromium_src-1015ca8b86d95fe0d6759d897f4f87c8425b746f.tar.gz
chromium_src-1015ca8b86d95fe0d6759d897f4f87c8425b746f.tar.bz2
Update V8 to version 1.2.7.
This version contains: - A couple of compilation time improvements. - Optimized interceptor access for certain situations. - Fix for one GCC 4.4 compilation problem. - A new API function needed for caching of the document wrapper on the global object. - A minor change to the eval implementation to follow other JavaScript implementations more closely. Review URL: http://codereview.chromium.org/119305 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17852 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 649007f..2da94e1 100644
--- a/DEPS
+++ b/DEPS
@@ -29,7 +29,7 @@ deps = {
"http://gyp.googlecode.com/svn/trunk@508",
"src/v8":
- "http://v8.googlecode.com/svn/trunk@2084",
+ "http://v8.googlecode.com/svn/trunk@2121",
"src/third_party/skia":
"http://skia.googlecode.com/svn/trunk@198",