From 4b91f58e0ffc7866b06ec4d542951c788942f125 Mon Sep 17 00:00:00 2001
From: "yusukes@chromium.org"
 <yusukes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Date: Fri, 6 Aug 2010 05:27:40 +0000
Subject: [PATCH] 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
---
 DEPS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/DEPS b/DEPS
index 78450fa883252..c4d8f233509f6 100644
--- a/DEPS
+++ b/DEPS
@@ -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",
-- 
GitLab