| Index: Source/WTF/wtf/text/AtomicString.cpp
|
| diff --git a/Source/WTF/wtf/text/AtomicString.cpp b/Source/WTF/wtf/text/AtomicString.cpp
|
| index c37eaf0c57b8f8e22946a97f073c931ce8817a3e..56f7df60cb110d0b1968a4d13fd4d6d299ee30b8 100644
|
| --- a/Source/WTF/wtf/text/AtomicString.cpp
|
| +++ b/Source/WTF/wtf/text/AtomicString.cpp
|
| @@ -433,6 +433,7 @@ PassRefPtr<StringImpl> AtomicString::addSlowCase(StringImpl* r)
|
| StringImpl* result = *stringTable().add(r).iterator;
|
| if (result == r)
|
| r->setIsAtomic(true);
|
| + ASSERT(!r->isStatic() || result->isStatic());
|
| return result;
|
| }
|
|
|
|
|