Index: third_party/harfbuzz-ng/src/hb-ot-hmtx-table.hh |
diff --git a/third_party/harfbuzz-ng/src/hb-ot-hmtx-table.hh b/third_party/harfbuzz-ng/src/hb-ot-hmtx-table.hh |
index b58799c287f4ff8931d88e3ed85055668f8f7031..35cfb48c7e11f8695a4ec7cfba023d8b1b647c0e 100644 |
--- a/third_party/harfbuzz-ng/src/hb-ot-hmtx-table.hh |
+++ b/third_party/harfbuzz-ng/src/hb-ot-hmtx-table.hh |
@@ -1,5 +1,5 @@ |
/* |
- * Copyright © 2011 Google, Inc. |
+ * Copyright © 2011,2012 Google, Inc. |
* |
* This is part of HarfBuzz, a text shaping library. |
* |
@@ -54,7 +54,7 @@ struct hmtx |
TRACE_SANITIZE (); |
/* We don't check for anything specific here. The users of the |
* struct do all the hard work... */ |
- return true; |
+ return TRACE_RETURN (true); |
} |
private: |