| Index: src/sfnt/SkOTTable_OS_2_V4.h
|
| diff --git a/src/sfnt/SkOTTable_OS_2_V4.h b/src/sfnt/SkOTTable_OS_2_V4.h
|
| index fc64b2257bbff0b05c076631f5aecd960d08324a..3d22a1b2d1a211ab0c4ad69135e6d9b8f9acd2ea 100644
|
| --- a/src/sfnt/SkOTTable_OS_2_V4.h
|
| +++ b/src/sfnt/SkOTTable_OS_2_V4.h
|
| @@ -580,6 +580,6 @@ struct SkOTTableOS2_V4 {
|
| #pragma pack(pop)
|
|
|
|
|
| -SK_COMPILE_ASSERT(sizeof(SkOTTableOS2_V4) == 96, sizeof_SkOTTableOS2_V4_not_96);
|
| +static_assert(sizeof(SkOTTableOS2_V4) == 96, "sizeof_SkOTTableOS2_V4_not_96");
|
|
|
| #endif
|
|
|