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

Unified Diff: third_party/WebKit/Source/wtf/text/AtomicStringTable.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/AtomicStringTable.cpp
diff --git a/third_party/WebKit/Source/wtf/text/AtomicStringTable.cpp b/third_party/WebKit/Source/wtf/text/AtomicStringTable.cpp
index 7eb4ade039df20332a6d12e907212f417c156a95..c5126ab222debbe2415b7c04a54bb976bb7cd403 100644
--- a/third_party/WebKit/Source/wtf/text/AtomicStringTable.cpp
+++ b/third_party/WebKit/Source/wtf/text/AtomicStringTable.cpp
@@ -82,7 +82,8 @@ struct HashAndUTF8CharactersTranslator {
if (buffer.utf16Length != string->length())
return false;
- // If buffer contains only ASCII characters UTF-8 and UTF16 length are the same.
+ // If buffer contains only ASCII characters UTF-8 and UTF16 length are the
+ // same.
if (buffer.utf16Length != buffer.length) {
if (string->is8Bit()) {
const LChar* characters8 = string->characters8();

Powered by Google App Engine
This is Rietveld 408576698