| Index: third_party/harfbuzz-ng/src/hb-coretext.cc
|
| diff --git a/third_party/harfbuzz-ng/src/hb-coretext.cc b/third_party/harfbuzz-ng/src/hb-coretext.cc
|
| index 9097cce9b44abc94348dec2da0ebc94bb65b27f2..11629cc18ce9e0d886d43690780ac7ff5b2f6d81 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-coretext.cc
|
| +++ b/third_party/harfbuzz-ng/src/hb-coretext.cc
|
| @@ -327,7 +327,7 @@ struct range_record_t {
|
| #define kUpperCaseType 38
|
|
|
| /* Table data courtesy of Apple. */
|
| -struct feature_mapping_t {
|
| +static const struct feature_mapping_t {
|
| FourCharCode otFeatureTag;
|
| uint16_t aatFeatureType;
|
| uint16_t selectorToEnable;
|
|
|