Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Unified Diff: third_party/WebKit/Source/core/dom/SpaceSplitString.cpp

Issue 2390543002: Reflow comments in core/dom/. (Closed)
Patch Set: Reformat comments in core/dom/. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698