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 3a9451295de86a744e15cf39116aa97dcf8bfe02..0285f0cf31099407e572b2cd2495fbb52ee7e679 100644 |
--- a/third_party/harfbuzz-ng/src/hb-ot-head-table.hh |
+++ b/third_party/harfbuzz-ng/src/hb-ot-head-table.hh |
@@ -43,7 +43,7 @@ namespace OT { |
struct head |
{ |
- static const hb_tag_t Tag = HB_OT_TAG_head; |
+ static const hb_tag_t tableTag = HB_OT_TAG_head; |
inline unsigned int get_upem (void) const { |
unsigned int upem = unitsPerEm; |