Index: Source/wtf/unicode/CharacterNames.h |
diff --git a/Source/wtf/unicode/CharacterNames.h b/Source/wtf/unicode/CharacterNames.h |
index 16d1deb0daf068c675c446f051cd0864e844c321..5d4ccc22a268a0ea90298262cc759caab4bd155f 100644 |
--- a/Source/wtf/unicode/CharacterNames.h |
+++ b/Source/wtf/unicode/CharacterNames.h |
@@ -44,6 +44,7 @@ const UChar blackUpPointingTriangle = 0x25B2; |
const UChar bullet = 0x2022; |
const UChar bullseye = 0x25CE; |
const UChar carriageReturn = 0x000D; |
+const UChar characterTabulation = 0x0009; |
const UChar ethiopicPrefaceColon = 0x1366; |
const UChar ethiopicWordspace = 0x1361; |
const UChar fisheye = 0x25C9; |
@@ -100,6 +101,7 @@ using WTF::Unicode::blackUpPointingTriangle; |
using WTF::Unicode::bullet; |
using WTF::Unicode::bullseye; |
using WTF::Unicode::carriageReturn; |
+using WTF::Unicode::characterTabulation; |
using WTF::Unicode::ethiopicPrefaceColon; |
using WTF::Unicode::ethiopicWordspace; |
using WTF::Unicode::fisheye; |