| 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 830d0eb1edd84e44b9970bf352a1c22ded8c1bcc..e90ad6b7b7970569e372a997c0de8ea1db282e3f 100644
|
| --- a/third_party/WebKit/Source/wtf/text/CharacterNames.h
|
| +++ b/third_party/WebKit/Source/wtf/text/CharacterNames.h
|
| @@ -87,6 +87,7 @@ const UChar leftToRightOverrideCharacter = 0x202D;
|
| const UChar lineSeparator = 0x2028;
|
| const UChar minusSignCharacter = 0x2212;
|
| const UChar newlineCharacter = 0x000A;
|
| +const UChar formFeedCharacter = 0x000C;
|
| const UChar nationalDigitShapesCharacter = 0x206E;
|
| const UChar nominalDigitShapesCharacter = 0x206F;
|
| const UChar noBreakSpaceCharacter = 0x00A0;
|
| @@ -144,6 +145,7 @@ using WTF::Unicode::eyeCharacter;
|
| using WTF::Unicode::familyCharacter;
|
| using WTF::Unicode::firstStrongIsolateCharacter;
|
| using WTF::Unicode::fisheyeCharacter;
|
| +using WTF::Unicode::formFeedCharacter;
|
| using WTF::Unicode::fullstopCharacter;
|
| using WTF::Unicode::hebrewPunctuationGereshCharacter;
|
| using WTF::Unicode::hebrewPunctuationGershayimCharacter;
|
|
|