Index: Source/platform/text/UnicodeUtilitiesTest.cpp |
diff --git a/Source/platform/text/UnicodeUtilitiesTest.cpp b/Source/platform/text/UnicodeUtilitiesTest.cpp |
index 7c5be3dbd1c23b185541e8880b6d7e5d83504146..4014269173d398928a94999de4ff3747e6ff42c4 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 |
+ hebrewPunctuationGershayimCharacter, leftDoubleQuotationMarkCharacter, rightDoubleQuotationMarkCharacter, |
+ hebrewPunctuationGereshCharacter, leftSingleQuotationMarkCharacter, rightSingleQuotationMarkCharacter, |
+ softHyphenCharacter |
}; |
String stringToFold(charactersToFold, WTF_ARRAY_LENGTH(charactersToFold)); |