Index: src/sfnt/SkOTTable_OS_2_V1.h |
diff --git a/src/sfnt/SkOTTable_OS_2_V1.h b/src/sfnt/SkOTTable_OS_2_V1.h |
index e53c0e67a5e536f4910df598eb6228e8716694f9..43e61d41cc472ac9f360a50d1e5c1daaabd29155 100644 |
--- a/src/sfnt/SkOTTable_OS_2_V1.h |
+++ b/src/sfnt/SkOTTable_OS_2_V1.h |
@@ -513,6 +513,6 @@ struct SkOTTableOS2_V1 { |
#pragma pack(pop) |
-SK_COMPILE_ASSERT(sizeof(SkOTTableOS2_V1) == 86, sizeof_SkOTTableOS2_V1_not_86); |
+static_assert(sizeof(SkOTTableOS2_V1) == 86, "sizeof_SkOTTableOS2_V1_not_86"); |
#endif |