| Index: third_party/WebKit/Source/wtf/text/WTFString.h
|
| diff --git a/third_party/WebKit/Source/wtf/text/WTFString.h b/third_party/WebKit/Source/wtf/text/WTFString.h
|
| index 356f4287acd2e039d544fe529a86dc5dc1331654..4fada8ef6ddc3b92ed69d4e8e447c7f98734f110 100644
|
| --- a/third_party/WebKit/Source/wtf/text/WTFString.h
|
| +++ b/third_party/WebKit/Source/wtf/text/WTFString.h
|
| @@ -581,6 +581,8 @@ inline bool codePointCompareLessThan(const String& a, const String& b)
|
| return codePointCompare(a.impl(), b.impl()) < 0;
|
| }
|
|
|
| +WTF_EXPORT int codePointCompareIgnoringASCIICase(const String&, const char*);
|
| +
|
| template<size_t inlineCapacity>
|
| inline void append(Vector<UChar, inlineCapacity>& vector, const String& string)
|
| {
|
|
|