Index: Source/wtf/text/StringImpl.cpp |
diff --git a/Source/wtf/text/StringImpl.cpp b/Source/wtf/text/StringImpl.cpp |
index 7ce7ace334ed4b12c2405189eb191b03d29a0edd..8252a23aca98dac631a256e4ad786c7bbbdfc77f 100644 |
--- a/Source/wtf/text/StringImpl.cpp |
+++ b/Source/wtf/text/StringImpl.cpp |
@@ -56,7 +56,7 @@ namespace WTF { |
using namespace Unicode; |
-COMPILE_ASSERT(sizeof(StringImpl) == 3 * sizeof(int), StringImpl_should_stay_small); |
+static_assert(sizeof(StringImpl) == 3 * sizeof(int), "StringImpl should stay small"); |
#ifdef STRING_STATS |