| Index: third_party/WebKit/Source/wtf/text/StringStatics.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/text/StringStatics.cpp b/third_party/WebKit/Source/wtf/text/StringStatics.cpp
|
| index bb3875fde57aeebb96d30e4a500a5e57fb670fec..0370f094fedf9df66c420969e22e5ab7a1ea8c0f 100644
|
| --- a/third_party/WebKit/Source/wtf/text/StringStatics.cpp
|
| +++ b/third_party/WebKit/Source/wtf/text/StringStatics.cpp
|
| @@ -56,8 +56,8 @@ WTF_EXPORT DEFINE_GLOBAL(AtomicString, nullAtom) WTF_EXPORT
|
| DEFINE_GLOBAL(AtomicString, xlinkAtom)
|
|
|
| // This is not an AtomicString because it is unlikely to be used as an
|
| - // event/element/attribute name, so it shouldn't pollute the AtomicString hash
|
| - // table.
|
| + // event/element/attribute name, so it shouldn't pollute the AtomicString
|
| + // hash table.
|
| WTF_EXPORT DEFINE_GLOBAL(String, xmlnsWithColon)
|
|
|
| NEVER_INLINE unsigned StringImpl::hashSlowCase() const {
|
|
|