| Index: third_party/WebKit/Source/platform/text/CharacterPropertyDataGenerator.cpp
|
| diff --git a/third_party/WebKit/Source/platform/text/CharacterPropertyDataGenerator.cpp b/third_party/WebKit/Source/platform/text/CharacterPropertyDataGenerator.cpp
|
| index 02bf1a6e916dcbbb792e7acb6162ae33cfc067f2..928d24e644e9b84cb259568e68f1c383a09b58e9 100644
|
| --- a/third_party/WebKit/Source/platform/text/CharacterPropertyDataGenerator.cpp
|
| +++ b/third_party/WebKit/Source/platform/text/CharacterPropertyDataGenerator.cpp
|
| @@ -84,6 +84,7 @@ static void generate(FILE* fp)
|
|
|
| SET(isCJKIdeographOrSymbol);
|
| SET(isUprightInMixedVertical);
|
| + SET(isPotentialCustomElementNameChar);
|
|
|
| // Create a trie from the value array.
|
| UErrorCode error = U_ZERO_ERROR;
|
|
|