| 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 ||
|
|
|