diff options
author | yusukes@chromium.org <yusukes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-06 05:27:40 +0000 |
---|---|---|
committer | yusukes@chromium.org <yusukes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-06 05:27:40 +0000 |
commit | 4b91f58e0ffc7866b06ec4d542951c788942f125 (patch) | |
tree | edf781ea1aae1e891191428fb3bdc960a6c9a841 /DEPS | |
parent | 1e20ddd79587c8c42976fb240aa31cc67ed69e5c (diff) | |
download | chromium_src-4b91f58e0ffc7866b06ec4d542951c788942f125.zip chromium_src-4b91f58e0ffc7866b06ec4d542951c788942f125.tar.gz chromium_src-4b91f58e0ffc7866b06ec4d542951c788942f125.tar.bz2 |
OTS DEPS roll to r34.
Support validation of font hinting code (Adobe Type2 Charstring format.)
BUG=51070
TEST=Verified that Chromium renderer does not crash with the exploit HTML on Windows Vista.
TBR=agl
Review URL: http://codereview.chromium.org/3007039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55189 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ deps = { Var("webkit_trunk") + "/WebKitTools/Scripts@" + Var("webkit_revision"), "src/third_party/ots": - "http://ots.googlecode.com/svn/trunk@33", + "http://ots.googlecode.com/svn/trunk@34", "src/tools/page_cycler/acid3": "/trunk/deps/page_cycler/acid3@19546", |