diff options
author | kasperl@google.com <kasperl@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-17 12:09:20 +0000 |
---|---|---|
committer | kasperl@google.com <kasperl@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-17 12:09:20 +0000 |
commit | d6f9e44fc617298093fc2c5ca0810929e2e2aa8c (patch) | |
tree | a0de34807e9d603a328947547ded8aecea41c9e7 | |
parent | e105c1880d4f033639529e9f47e275a71b585489 (diff) | |
download | chromium_src-d6f9e44fc617298093fc2c5ca0810929e2e2aa8c.zip chromium_src-d6f9e44fc617298093fc2c5ca0810929e2e2aa8c.tar.gz chromium_src-d6f9e44fc617298093fc2c5ca0810929e2e2aa8c.tar.bz2 |
Update V8 in Chromium to version 1.2.14.4. This includes an
optimization to make access to internal fields on JavaScript
objects through the V8 API faster.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/159002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20945 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ deps = { "http://gyp.googlecode.com/svn/trunk@551", "src/v8": - "http://v8.googlecode.com/svn/branches/1.2@2495", + "http://v8.googlecode.com/svn/branches/1.2@2501", "src/native_client": "http://nativeclient.googlecode.com/svn/trunk/nacl/googleclient/native_client@370", |