diff options
author | kasperl@google.com <kasperl@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-31 07:50:01 +0000 |
---|---|---|
committer | kasperl@google.com <kasperl@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-31 07:50:01 +0000 |
commit | 6a0ecac6e243c72e79bca203aac7def4b6687fd1 (patch) | |
tree | ef8b2f921c6a46581c6852d8bb15a9b8bad12e40 /DEPS | |
parent | 55329d53c0322b66da982bccf0dc2a28c7c7fc8c (diff) | |
download | chromium_src-6a0ecac6e243c72e79bca203aac7def4b6687fd1.zip chromium_src-6a0ecac6e243c72e79bca203aac7def4b6687fd1.tar.gz chromium_src-6a0ecac6e243c72e79bca203aac7def4b6687fd1.tar.bz2 |
Update V8 in Chrome to pull in fix for subtle issue where we would use more memory than we requested through VirtualAlloc on win32. This may - or may not - have an effect on the issue 1252221 where we have seen memory corruption in the last words of an allocated page.
BUG=1252221
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ deps = { "svn://chrome-svn/chrome/trunk/third_party/icu38@19",
"src/v8":
- "https://svn/r/googleclient/v8/trunk@129021",
+ "https://svn/r/googleclient/v8/trunk@129455",
"src/webkit/data/layout_tests/LayoutTests":
"http://svn.webkit.org/repository/webkit/branches/Safari-3-1-branch/LayoutTests@31256",
|