Index: Source/platform/text/UnicodeUtilitiesTest.cpp |
diff --git a/Source/platform/text/UnicodeUtilitiesTest.cpp b/Source/platform/text/UnicodeUtilitiesTest.cpp |
index 7c5be3dbd1c23b185541e8880b6d7e5d83504146..3be0c189f6e47f7092058fa9f13f80f2c25b1650 100644 |
--- a/Source/platform/text/UnicodeUtilitiesTest.cpp |
+++ b/Source/platform/text/UnicodeUtilitiesTest.cpp |
@@ -129,9 +129,9 @@ TEST(WebCoreUnicodeUnit, ContainsKanaLetters) |
TEST(WebCoreUnicodeUnit, FoldQuoteMarkOrSoftHyphenTest) |
{ |
const UChar charactersToFold[] = { |
- hebrewPunctuationGershayim, leftDoubleQuotationMark, rightDoubleQuotationMark, |
- hebrewPunctuationGeresh, leftSingleQuotationMark, rightSingleQuotationMark, |
- softHyphen |
+ characterHebrewPunctuationGershayim, characterLeftDoubleQuotationMark, characterRightDoubleQuotationMark, |
+ characterHebrewPunctuationGeresh, characterLeftSingleQuotationMark, characterRightSingleQuotationMark, |
+ characterSoftHyphen |
}; |
String stringToFold(charactersToFold, WTF_ARRAY_LENGTH(charactersToFold)); |