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

Unified Diff: third_party/WebKit/Source/wtf/text/StringStatics.cpp

Issue 2373983006: reflow comments in wtf/text (Closed)
Patch Set: Created 4 years, 3 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/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 {

Powered by Google App Engine
This is Rietveld 408576698