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

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

Issue 2476293003: Move named constant to CharacterNames.h (Closed)
Patch Set: Created 4 years, 1 month 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 | « third_party/WebKit/Source/core/dom/Document.cpp ('k') | 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 1e643bfdae1965786aa8c88b5298864a06a778bd..e97e33220ee7178d6249efa93f5d4cd3dd293df4 100644
--- a/third_party/WebKit/Source/wtf/text/CharacterNames.h
+++ b/third_party/WebKit/Source/wtf/text/CharacterNames.h
@@ -49,6 +49,7 @@ const UChar bullseyeCharacter = 0x25CE;
const UChar carriageReturnCharacter = 0x000D;
const UChar combiningEnclosingCircleBackslashCharacter = 0x20E0;
const UChar combiningEnclosingKeycapCharacter = 0x20E3;
+const UChar deleteCharacter = 0x007F;
const UChar ethiopicPrefaceColonCharacter = 0x1366;
const UChar ethiopicWordspaceCharacter = 0x1361;
const UChar heavyBlackHeartCharacter = 0x2764;
@@ -86,6 +87,7 @@ const UChar leftToRightIsolateCharacter = 0x2066;
const UChar leftToRightMarkCharacter = 0x200E;
const UChar leftToRightOverrideCharacter = 0x202D;
const UChar lineSeparator = 0x2028;
+const UChar lineTabulationCharacter = 0x000B;
const UChar lowLineCharacter = 0x005F;
const UChar maleSignCharacter = 0x2642;
const UChar minusSignCharacter = 0x2212;
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698