Index: Source/wtf/text/AtomicString.cpp |
diff --git a/Source/wtf/text/AtomicString.cpp b/Source/wtf/text/AtomicString.cpp |
index 76d99b714002f48c67d09c0e686bf2713d2d1940..8ec7ef6b0b0f51170051a7b0fa55e5e0481ccdd5 100644 |
--- a/Source/wtf/text/AtomicString.cpp |
+++ b/Source/wtf/text/AtomicString.cpp |
@@ -34,7 +34,7 @@ namespace WTF { |
using namespace Unicode; |
-COMPILE_ASSERT(sizeof(AtomicString) == sizeof(String), atomic_string_and_string_must_be_same_size); |
+static_assert(sizeof(AtomicString) == sizeof(String), "AtomicString and String must be same size"); |
class AtomicStringTable { |
WTF_MAKE_NONCOPYABLE(AtomicStringTable); |