| Index: third_party/WebKit/Source/wtf/text/CharacterNames.h
|
| diff --git a/third_party/WebKit/Source/wtf/text/CharacterNames.h b/third_party/WebKit/Source/wtf/text/CharacterNames.h
|
| index cdb5b18b0c53a7b81cf136a7a8ebebfe1820e7f6..0c1496be2b143590e7ba33f1bd6a2f6c06b207f4 100644
|
| --- a/third_party/WebKit/Source/wtf/text/CharacterNames.h
|
| +++ b/third_party/WebKit/Source/wtf/text/CharacterNames.h
|
| @@ -98,6 +98,8 @@ const UChar spaceCharacter = 0x0020;
|
| const UChar tibetanMarkIntersyllabicTshegCharacter = 0x0F0B;
|
| const UChar tibetanMarkDelimiterTshegBstarCharacter = 0x0F0C;
|
| const UChar32 ugariticWordDividerCharacter = 0x1039F;
|
| +const UChar variationSelector15Character = 0xFE0E;
|
| +const UChar variationSelector16Character = 0xFE0F;
|
| const UChar whiteBulletCharacter = 0x25E6;
|
| const UChar whiteCircleCharacter = 0x25CB;
|
| const UChar whiteSesameDotCharacter = 0xFE46;
|
| @@ -174,6 +176,8 @@ using WTF::Unicode::spaceCharacter;
|
| using WTF::Unicode::tibetanMarkIntersyllabicTshegCharacter;
|
| using WTF::Unicode::tibetanMarkDelimiterTshegBstarCharacter;
|
| using WTF::Unicode::ugariticWordDividerCharacter;
|
| +using WTF::Unicode::variationSelector15Character;
|
| +using WTF::Unicode::variationSelector16Character;
|
| using WTF::Unicode::whiteBulletCharacter;
|
| using WTF::Unicode::whiteCircleCharacter;
|
| using WTF::Unicode::whiteSesameDotCharacter;
|
|
|