| Index: third_party/WebKit/Source/platform/text/SegmentedString.h
|
| diff --git a/third_party/WebKit/Source/platform/text/SegmentedString.h b/third_party/WebKit/Source/platform/text/SegmentedString.h
|
| index 49f00fab74dedfefba7429f5165e6ea9da23c8b1..29e56aad6a8099530a5669c0901c3213e58c59b5 100644
|
| --- a/third_party/WebKit/Source/platform/text/SegmentedString.h
|
| +++ b/third_party/WebKit/Source/platform/text/SegmentedString.h
|
| @@ -224,7 +224,7 @@ class PLATFORM_EXPORT SegmentedString {
|
| return lookAheadInline(string, TextCaseSensitive);
|
| }
|
| LookAheadResult lookAheadIgnoringCase(const String& string) {
|
| - return lookAheadInline(string, TextCaseInsensitive);
|
| + return lookAheadInline(string, TextCaseASCIIInsensitive);
|
| }
|
|
|
| void advance() {
|
|
|