| Index: Source/wtf/unicode/CharacterNames.h
|
| diff --git a/Source/wtf/unicode/CharacterNames.h b/Source/wtf/unicode/CharacterNames.h
|
| index 3073eafbe14c9bdf5257f9111d7137ee6ca0ca05..aad3391e9ca5d0b8e5ecccfd24ba7646a0389ed3 100644
|
| --- a/Source/wtf/unicode/CharacterNames.h
|
| +++ b/Source/wtf/unicode/CharacterNames.h
|
| @@ -63,6 +63,8 @@ const UChar ideographicFullStopCharacter = 0x3002;
|
| const UChar ideographicSpaceCharacter = 0x3000;
|
| const UChar inhibitArabicFormShapingCharacter = 0x206C;
|
| const UChar inhibitSymmetricSwappingCharacter = 0x206A;
|
| +const UChar latinCapitalLetterIWithDotAbove = 0x0130;
|
| +const UChar latinSmallLetterDotlessI = 0x0131;
|
| const UChar leftDoubleQuotationMarkCharacter = 0x201C;
|
| const UChar leftSingleQuotationMarkCharacter = 0x2018;
|
| const UChar leftToRightEmbedCharacter = 0x202A;
|
| @@ -133,6 +135,8 @@ using WTF::Unicode::ideographicFullStopCharacter;
|
| using WTF::Unicode::ideographicSpaceCharacter;
|
| using WTF::Unicode::inhibitArabicFormShapingCharacter;
|
| using WTF::Unicode::inhibitSymmetricSwappingCharacter;
|
| +using WTF::Unicode::latinCapitalLetterIWithDotAbove;
|
| +using WTF::Unicode::latinSmallLetterDotlessI;
|
| using WTF::Unicode::leftDoubleQuotationMarkCharacter;
|
| using WTF::Unicode::leftSingleQuotationMarkCharacter;
|
| using WTF::Unicode::leftToRightEmbedCharacter;
|
|
|