Index: third_party/harfbuzz-ng/src/hb-ot-hhea-table.hh |
diff --git a/third_party/harfbuzz-ng/src/hb-ot-hhea-table.hh b/third_party/harfbuzz-ng/src/hb-ot-hhea-table.hh |
index 34bf4948386fa5b28a6956f91bcbdbd9cd858ed8..2eea05ac6e9299c6ff630583647b48011e266045 100644 |
--- a/third_party/harfbuzz-ng/src/hb-ot-hhea-table.hh |
+++ b/third_party/harfbuzz-ng/src/hb-ot-hhea-table.hh |
@@ -1,5 +1,5 @@ |
/* |
- * Copyright © 2011 Google, Inc. |
+ * Copyright © 2011,2012 Google, Inc. |
* |
* This is part of HarfBuzz, a text shaping library. |
* |
@@ -44,7 +44,7 @@ struct hhea |
inline bool sanitize (hb_sanitize_context_t *c) { |
TRACE_SANITIZE (); |
- return c->check_struct (this) && likely (version.major == 1); |
+ return TRACE_RETURN (c->check_struct (this) && likely (version.major == 1)); |
} |
private: |