| Index: src/ports/SkFontHost_win.cpp
|
| diff --git a/src/ports/SkFontHost_win.cpp b/src/ports/SkFontHost_win.cpp
|
| index e45a48537226836032488fabc430b587e8692390..d19ab1adba5cfdf8c49bee85da3e7aa86d94c8e2 100755
|
| --- a/src/ports/SkFontHost_win.cpp
|
| +++ b/src/ports/SkFontHost_win.cpp
|
| @@ -1855,7 +1855,7 @@ ReturnInfo:
|
| //Length of GUID representation from create_id, including NULL terminator.
|
| #define BASE64_GUID_ID_LEN SK_ARRAY_COUNT(BASE64_GUID_ID)
|
|
|
| -SK_COMPILE_ASSERT(BASE64_GUID_ID_LEN < LF_FACESIZE, GUID_longer_than_facesize);
|
| +static_assert(BASE64_GUID_ID_LEN < LF_FACESIZE, "GUID_longer_than_facesize");
|
|
|
| /**
|
| NameID 6 Postscript names cannot have the character '/'.
|
|
|