Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(370)

Unified Diff: third_party/WebKit/Source/wtf/text/CharacterNames.h

Issue 1604323002: Add VS15 and VS16 to CharacterNames (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698