Index: src/sfnt/SkOTTable_OS_2_V2.h |
diff --git a/src/sfnt/SkOTTable_OS_2_V2.h b/src/sfnt/SkOTTable_OS_2_V2.h |
index 52f946057a85060f34b37e870065a29c966572c2..30ad016790225ab73eaeb679c4d9a18f8a248771 100644 |
--- a/src/sfnt/SkOTTable_OS_2_V2.h |
+++ b/src/sfnt/SkOTTable_OS_2_V2.h |
@@ -535,6 +535,6 @@ struct SkOTTableOS2_V2 { |
#pragma pack(pop) |
-SK_COMPILE_ASSERT(sizeof(SkOTTableOS2_V2) == 96, sizeof_SkOTTableOS2_V2_not_96); |
+static_assert(sizeof(SkOTTableOS2_V2) == 96, "sizeof_SkOTTableOS2_V2_not_96"); |
#endif |