Index: third_party/harfbuzz-ng/src/hb-ot-head-table.hh |
diff --git a/third_party/harfbuzz-ng/src/hb-ot-head-table.hh b/third_party/harfbuzz-ng/src/hb-ot-head-table.hh |
index a4d8d5f110d208949f506fdec106ef4273708e9c..32d64ca9640d6fd78c2900fc28b3a766e7a29548 100644 |
--- a/third_party/harfbuzz-ng/src/hb-ot-head-table.hh |
+++ b/third_party/harfbuzz-ng/src/hb-ot-head-table.hh |
@@ -1,5 +1,6 @@ |
/* |
* Copyright © 2010 Red Hat, Inc. |
+ * Copyright © 2012 Google, Inc. |
* |
* This is part of HarfBuzz, a text shaping library. |
* |
@@ -22,6 +23,7 @@ |
* PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
* |
* Red Hat Author(s): Behdad Esfahbod |
+ * Google Author(s): Behdad Esfahbod |
*/ |
#ifndef HB_OT_HEAD_TABLE_HH |
@@ -49,7 +51,7 @@ struct head |
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: |