diff options
author | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-08 18:03:49 +0000 |
---|---|---|
committer | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-08 18:03:49 +0000 |
commit | 80f12bb42bd8376d623470102e81e0056c46fa28 (patch) | |
tree | 91441e61a3be8f34a6fe709a0ca06935e8a30673 /DEPS | |
parent | 650a1a76e2efb22ecf35fc26ee9db7371b1ef5b2 (diff) | |
download | chromium_src-80f12bb42bd8376d623470102e81e0056c46fa28.zip chromium_src-80f12bb42bd8376d623470102e81e0056c46fa28.tar.gz chromium_src-80f12bb42bd8376d623470102e81e0056c46fa28.tar.bz2 |
Update chrome trunk's v8 dependency from trunk@101 to trunk@138.
This picks up the "in" operator fix that was made in branches/v8_bleeding@117.
$ svn log -r 102:138 http://v8.googlecode.com/svn/trunk
------------------------------------------------------------------------
r138 | ager@chromium.org | 2008-09-04 06:52:27 -0700 (Thu, 04 Sep 2008) | 10 lines
Added support for running tests on the ARM simulator.
Fixed bug in the 'in' operator where negative indices were not treated correctly.
Fixed build issues on gcc-4.3.1.
Changed Date.prototype.toLocaleTimeString to not print the timezone part of the time.
Renamed debug.h to v8-debug.h to reduce the risk of name conflicts with user code.
------------------------------------------------------------------------
Review URL: http://codereview.chromium.org/1602
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1851 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ deps = { "/trunk/deps/third_party/svn@1791", "src/v8": - "http://v8.googlecode.com/svn/trunk@101", + "http://v8.googlecode.com/svn/trunk@138", "src/webkit/data/layout_tests/LayoutTests": "http://svn.webkit.org/repository/webkit/branches/Safari-3-1-branch/LayoutTests@31256", |