提交 31cc1f74 编写于 作者: B Behdad Esfahbod

[svg] Minor

上级 1366bb97
......@@ -50,10 +50,11 @@ struct SVGDocumentIndexEntry
svgDocLength);
}
inline bool sanitize (hb_sanitize_context_t *c) const
inline bool sanitize (hb_sanitize_context_t *c, const void *base) const
{
TRACE_SANITIZE (this);
return_trace (c->check_struct (this));
return_trace (c->check_struct (this) &&
svgDoc.sanitize (c, base, svgDocLength));
}
protected:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册