From 5af96e2c7b73ebc627c6894727826a7576d31758 Mon Sep 17 00:00:00 2001 From: Leon Clarke Date: Thu, 3 Jun 2010 14:33:32 +0100 Subject: Merge webkit.org at r60469 : Initial merge by git. Change-Id: I66a0047aa2af802f66bb0c7f2a8b02247a596234 --- JavaScriptCore/wtf/text/StringImpl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'JavaScriptCore/wtf/text/StringImpl.h') diff --git a/JavaScriptCore/wtf/text/StringImpl.h b/JavaScriptCore/wtf/text/StringImpl.h index f4b2970..244009f 100644 --- a/JavaScriptCore/wtf/text/StringImpl.h +++ b/JavaScriptCore/wtf/text/StringImpl.h @@ -352,6 +352,8 @@ inline bool equalIgnoringCase(const char* a, const UChar* b, unsigned length) { bool equalIgnoringNullity(StringImpl*, StringImpl*); +int codePointCompare(const StringImpl*, const StringImpl*); + static inline bool isSpaceOrNewline(UChar c) { // Use isASCIISpace() for basic Latin-1. -- cgit v1.1