Index: third_party/harfbuzz-ng/src/hb-face-private.hh |
diff --git a/third_party/harfbuzz-ng/src/hb-face-private.hh b/third_party/harfbuzz-ng/src/hb-face-private.hh |
index 6520d3dbdff2c8ed60226222c3b74ab30edee687..c4266fff4f0234804013d040dc4f5e9c432d5445 100644 |
--- a/third_party/harfbuzz-ng/src/hb-face-private.hh |
+++ b/third_party/harfbuzz-ng/src/hb-face-private.hh |
@@ -66,7 +66,7 @@ struct hb_face_t { |
{ |
hb_blob_t *blob; |
- if (unlikely (!this || !reference_table_func)) |
+ if (unlikely (!reference_table_func)) |
return hb_blob_get_empty (); |
blob = reference_table_func (/*XXX*/const_cast<hb_face_t *> (this), tag, user_data); |