Index: src/sfnt/SkOTTable_OS_2_V0.h |
diff --git a/src/sfnt/SkOTTable_OS_2_V0.h b/src/sfnt/SkOTTable_OS_2_V0.h |
index b65bcf7f6319d5e4664afd2b6b94100c8b8e0158..4dff4137704a9462c332056a3c047e46ce77a26b 100644 |
--- a/src/sfnt/SkOTTable_OS_2_V0.h |
+++ b/src/sfnt/SkOTTable_OS_2_V0.h |
@@ -144,6 +144,6 @@ struct SkOTTableOS2_V0 { |
#pragma pack(pop) |
-SK_COMPILE_ASSERT(sizeof(SkOTTableOS2_V0) == 78, sizeof_SkOTTableOS2_V0_not_78); |
+static_assert(sizeof(SkOTTableOS2_V0) == 78, "sizeof_SkOTTableOS2_V0_not_78"); |
#endif |