| Index: third_party/WebKit/Source/platform/text/CharacterProperty.h
|
| diff --git a/third_party/WebKit/Source/platform/text/CharacterProperty.h b/third_party/WebKit/Source/platform/text/CharacterProperty.h
|
| index 7b37a983d2f105ee37ba15eb757cb89a4ca624bd..984da474925bedbb309d4690df3a55081adcdb3a 100644
|
| --- a/third_party/WebKit/Source/platform/text/CharacterProperty.h
|
| +++ b/third_party/WebKit/Source/platform/text/CharacterProperty.h
|
| @@ -11,6 +11,7 @@ using CharacterPropertyType = uint8_t;
|
| enum class CharacterProperty : CharacterPropertyType {
|
| isCJKIdeographOrSymbol = 0x0001,
|
| isUprightInMixedVertical = 0x0002,
|
| + isPotentialCustomElementNameChar = 0x0004,
|
| };
|
|
|
| inline CharacterProperty operator | (
|
|
|