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

Unified Diff: third_party/WebKit/Source/core/editing/state_machines/StateMachineUtil.cpp

Issue 2396833003: Reflow comments in //third_party/WebKit/Sourcecore/editing/state_machines (Closed)
Patch Set: 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
« no previous file with comments | « third_party/WebKit/Source/core/editing/state_machines/BackspaceStateMachineTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/editing/state_machines/StateMachineUtil.cpp
diff --git a/third_party/WebKit/Source/core/editing/state_machines/StateMachineUtil.cpp b/third_party/WebKit/Source/core/editing/state_machines/StateMachineUtil.cpp
index b3c62661cda88d6ffe78394d05ad63327a4c43b6..5b5e954eb7963f1b0a6e2788047bc3c4c60a8942 100644
--- a/third_party/WebKit/Source/core/editing/state_machines/StateMachineUtil.cpp
+++ b/third_party/WebKit/Source/core/editing/state_machines/StateMachineUtil.cpp
@@ -14,7 +14,8 @@ namespace blink {
namespace {
// Returns true if the code point has E_Basae_GAZ grapheme break property.
-// See http://www.unicode.org/Public/9.0.0/ucd/auxiliary/GraphemeBreakProperty-9.0.0d18.txt
+// See
+// http://www.unicode.org/Public/9.0.0/ucd/auxiliary/GraphemeBreakProperty-9.0.0d18.txt
bool isEBaseGAZ(uint32_t codePoint) {
return codePoint == WTF::Unicode::boyCharacter ||
codePoint == WTF::Unicode::girlCharacter ||
« no previous file with comments | « third_party/WebKit/Source/core/editing/state_machines/BackspaceStateMachineTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698