Bug 10876 - containsItemForURLUnicode uses matchLetter instead of matchUnicodeLetter
Summary: containsItemForURLUnicode uses matchLetter instead of matchUnicodeLetter
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: History (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Adam Roben (:aroben)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-15 14:53 PDT by Adam Roben (:aroben)
Modified: 2006-09-15 15:26 PDT (History)
0 users

See Also:


Attachments
Change call, use BUFFER_SIZE consistently (2.21 KB, patch)
2006-09-15 14:55 PDT, Adam Roben (:aroben)
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2006-09-15 14:53:57 PDT
WebHistory::containsItemForURLUnicode calls matchLetter instead of matchUnicodeLetter.
Comment 1 Adam Roben (:aroben) 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.
Comment 2 Eric Seidel (no email) 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.
Comment 3 Adam Roben (:aroben) 2006-09-15 15:26:27 PDT
Landed as r16375.