[HB] Hook Sanitizer up.  Hell's breaking loose right now
diff --git a/src/hb-open-types-private.hh b/src/hb-open-types-private.hh
index 1ec7d1e..1af7c08 100644
--- a/src/hb-open-types-private.hh
+++ b/src/hb-open-types-private.hh
@@ -304,7 +304,7 @@
     }
   }
 
-  static const Type& instantiate (hb_blob_t *blob) {
+  static const Type& lock_instance (hb_blob_t *blob) {
     return Type::get_for_data (hb_blob_lock (blob));
   }
 };