mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-16 06:54:00 +00:00
Fix for bug 107575, files which didn't land the first time (I was working off the wrong patch file) r=dougt, sr=jag, a=scc
This commit is contained in:
parent
ddee4cff5a
commit
5d992573ba
@ -821,7 +821,8 @@ PRUint32 FontNameKey::HashCode(void) const
|
||||
|
||||
PRBool FontNameKey::Equals(const nsHashKey *aKey) const
|
||||
{
|
||||
return mString.EqualsIgnoreCase(((FontNameKey*)aKey)->mString);
|
||||
return mString.Equals(((FontNameKey*)aKey)->mString,
|
||||
nsCaseInsensitiveStringComparator());
|
||||
}
|
||||
|
||||
nsHashKey* FontNameKey::Clone(void) const
|
||||
|
Loading…
x
Reference in New Issue
Block a user