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

Unified Diff: third_party/WebKit/Source/wtf/text/AtomicString.h

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/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 {
« no previous file with comments | « no previous file | third_party/WebKit/Source/wtf/text/AtomicString.cpp » ('j') | third_party/WebKit/Source/wtf/text/Collator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698