RESOLVED FIXED 10876
containsItemForURLUnicode uses matchLetter instead of matchUnicodeLetter
https://bugs.webkit.org/show_bug.cgi?id=10876
Summary containsItemForURLUnicode uses matchLetter instead of matchUnicodeLetter
Adam Roben (:aroben)
Reported 2006-09-15 14:53:57 PDT
WebHistory::containsItemForURLUnicode calls matchLetter instead of matchUnicodeLetter.
Attachments
Change call, use BUFFER_SIZE consistently (2.21 KB, patch)
2006-09-15 14:55 PDT, Adam Roben (:aroben)
eric: review+
Adam Roben (:aroben)
Comment 1 2006-09-15 14:55:28 PDT
Created attachment 10582 [details] Change call, use BUFFER_SIZE consistently This patch replaces the call to matchLetter with matchUnicodeLetter, and also uses BUFFER_SIZE more consistently.
Eric Seidel (no email)
Comment 2 2006-09-15 15:13:17 PDT
Comment on attachment 10582 [details] Change call, use BUFFER_SIZE consistently looks good. (discussed over irc) r=me.
Adam Roben (:aroben)
Comment 3 2006-09-15 15:26:27 PDT
Landed as r16375.
Note You need to log in before you can comment on or make changes to this bug.