| Index: third_party/harfbuzz-ng/src/hb-open-type-private.hh
|
| diff --git a/third_party/harfbuzz-ng/src/hb-open-type-private.hh b/third_party/harfbuzz-ng/src/hb-open-type-private.hh
|
| index 5ad850bd95b596a14997f65eeebb0acd4e0a19be..6323da8e5731d610c40e6639e9b84a397e79d319 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-open-type-private.hh
|
| +++ b/third_party/harfbuzz-ng/src/hb-open-type-private.hh
|
| @@ -103,9 +103,6 @@ static inline Type& StructAfter(TObject &X)
|
| static const unsigned int static_size = (size); \
|
| static const unsigned int min_size = (size)
|
|
|
| -/* Size signifying variable-sized array */
|
| -#define VAR 1
|
| -
|
| #define DEFINE_SIZE_UNION(size, _member) \
|
| DEFINE_INSTANCE_ASSERTION (this->u._member.static_size == (size)); \
|
| static const unsigned int min_size = (size)
|
| @@ -185,7 +182,7 @@ struct hb_dispatch_context_t
|
|
|
| /* This limits sanitizing time on really broken fonts. */
|
| #ifndef HB_SANITIZE_MAX_EDITS
|
| -#define HB_SANITIZE_MAX_EDITS 8
|
| +#define HB_SANITIZE_MAX_EDITS 32
|
| #endif
|
|
|
| struct hb_sanitize_context_t :
|
|
|