| Index: Source/wtf/text/AtomicString.cpp
|
| diff --git a/Source/wtf/text/AtomicString.cpp b/Source/wtf/text/AtomicString.cpp
|
| index 76d99b714002f48c67d09c0e686bf2713d2d1940..e2f677084c44af3a6580d8c5e35bb09e1b3bcb1c 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), "atomic_string_and_string_must_be_same_size");
|
|
|
| class AtomicStringTable {
|
| WTF_MAKE_NONCOPYABLE(AtomicStringTable);
|
|
|