| Index: third_party/WebKit/Source/core/dom/SpaceSplitString.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/SpaceSplitString.cpp b/third_party/WebKit/Source/core/dom/SpaceSplitString.cpp
|
| index a638a380e95bdcbfc8ee276ff45886e2989a9575..66abcbc45d5d37f2003c950c5391b0375c277714 100644
|
| --- a/third_party/WebKit/Source/core/dom/SpaceSplitString.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/SpaceSplitString.cpp
|
| @@ -187,8 +187,8 @@ SpaceSplitString::Data::Data(const AtomicString& string) : m_keyString(string) {
|
|
|
| SpaceSplitString::Data::Data(const SpaceSplitString::Data& other)
|
| : RefCounted<Data>(), m_vector(other.m_vector) {
|
| - // Note that we don't copy m_keyString to indicate to the destructor that there's nothing
|
| - // to be removed from the sharedDataMap().
|
| + // Note that we don't copy m_keyString to indicate to the destructor that
|
| + // there's nothing to be removed from the sharedDataMap().
|
| }
|
|
|
| } // namespace blink
|
|
|