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

Unified Diff: third_party/WebKit/Source/platform/text/CharacterEmoji.cpp

Issue 2385283002: reflow comments in platform/{testing,text} (Closed)
Patch Set: idunnolol 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/platform/text/CharacterEmoji.cpp
diff --git a/third_party/WebKit/Source/platform/text/CharacterEmoji.cpp b/third_party/WebKit/Source/platform/text/CharacterEmoji.cpp
index e15fd8e746c6b072d3a288074c8086977f3251f1..572afd7a00a941225f27648980812844f6df7869 100644
--- a/third_party/WebKit/Source/platform/text/CharacterEmoji.cpp
+++ b/third_party/WebKit/Source/platform/text/CharacterEmoji.cpp
@@ -43,7 +43,9 @@ namespace blink {
// (replace-match "-" nil nil))
// (goto-char 0)
// ; Pad 4 digit characters, step 1
-// (while (re-search-forward "\\([^0-9A-F]*\\)\\([0-9A-F]\\{4\\}\\)\\([^0-9A-F]\\)" nil t)
+// (while (re-search-forward
+// "\\([^0-9A-F]*\\)\\([0-9A-F]\\{4\\}\\)\\([^0-9A-F]\\)"
+// nil t)
// (replace-match "\\1\\\\U0000\\2\\3" nil nil))
// (goto-char 0)
// ; Fix up 5 digit characters padding, step 2
« no previous file with comments | « third_party/WebKit/Source/platform/text/Character.cpp ('k') | third_party/WebKit/Source/platform/text/DecodeEscapeSequences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698