| Index: third_party/WebKit/Source/wtf/text/WTFStringTest.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/text/WTFStringTest.cpp b/third_party/WebKit/Source/wtf/text/WTFStringTest.cpp
|
| index 6e2a8efb8afe40c56aad3499dfae46a756a2c1ff..acd5fe36feec6c1615ca62312ca4933f382a7b4f 100644
|
| --- a/third_party/WebKit/Source/wtf/text/WTFStringTest.cpp
|
| +++ b/third_party/WebKit/Source/wtf/text/WTFStringTest.cpp
|
| @@ -339,7 +339,7 @@ TEST(StringTest, ToLowerLocale) {
|
| TEST(StringTest, StartsWithIgnoringUnicodeCase) {
|
| // [U+017F U+212A i a] starts with "sk".
|
| EXPECT_TRUE(String::fromUTF8("\xC5\xBF\xE2\x84\xAAia")
|
| - .startsWith("sk", TextCaseInsensitive));
|
| + .startsWith("sk", TextCaseUnicodeInsensitive));
|
| }
|
|
|
| TEST(StringTest, StartsWithIgnoringASCIICase) {
|
|
|