| Index: third_party/WebKit/Source/wtf/text/AtomicString.h
|
| diff --git a/third_party/WebKit/Source/wtf/text/AtomicString.h b/third_party/WebKit/Source/wtf/text/AtomicString.h
|
| index fdedd8577fc8425e30659ca2b87e2a66829bc01c..8b537a7a776679a4d3e10ad9984119503a736e80 100644
|
| --- a/third_party/WebKit/Source/wtf/text/AtomicString.h
|
| +++ b/third_party/WebKit/Source/wtf/text/AtomicString.h
|
| @@ -60,7 +60,8 @@ class WTF_EXPORT AtomicString {
|
| explicit AtomicString(StringImpl* impl) : m_string(add(impl)) {}
|
| explicit AtomicString(const String& s) : m_string(add(s.impl())) {}
|
|
|
| - // Hash table deleted values, which are only constructed and never copied or destroyed.
|
| + // Hash table deleted values, which are only constructed and never copied or
|
| + // destroyed.
|
| AtomicString(WTF::HashTableDeletedValueType)
|
| : m_string(WTF::HashTableDeletedValue) {}
|
| bool isHashTableDeletedValue() const {
|
|
|