Chromium Code Reviews| Index: Source/wtf/unicode/Unicode.h |
| diff --git a/Source/wtf/unicode/Unicode.h b/Source/wtf/unicode/Unicode.h |
| index ba509732770a1a2e056510f1e6eafaa9d8d10523..3e63a2c0f45161d0201063b9ecf4c67642a98b94 100644 |
| --- a/Source/wtf/unicode/Unicode.h |
| +++ b/Source/wtf/unicode/Unicode.h |
| @@ -30,6 +30,6 @@ typedef unsigned char LChar; |
| #include "wtf/unicode/icu/UnicodeIcu.h" |
| -COMPILE_ASSERT(sizeof(UChar) == 2, UCharIsTwoBytes); |
| +static_assert(sizeof(UChar) == 2, "UCharIsTwoBytes"); |
| #endif // WTF_UNICODE_H |