Index: Source/wtf/unicode/Unicode.h |
diff --git a/Source/wtf/unicode/Unicode.h b/Source/wtf/unicode/Unicode.h |
index ba509732770a1a2e056510f1e6eafaa9d8d10523..f461d9ed421f2e337b8696f7131245c294830ebc 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, "UChar should be two bytes"); |
#endif // WTF_UNICODE_H |