зеркало из https://github.com/mozilla/gecko-dev.git
fixed a bug with using mString to use the unicode value
This commit is contained in:
Родитель
4610242a5c
Коммит
1aaa43ccfe
|
@ -434,7 +434,7 @@ FontNameKey::FontNameKey(const nsString& aString)
|
|||
|
||||
PRUint32 FontNameKey::HashValue(void) const
|
||||
{
|
||||
return nsCRT::HashValue(mString);
|
||||
return nsCRT::HashValue(mString.GetUnicode());
|
||||
}
|
||||
|
||||
PRBool FontNameKey::Equals(const nsHashKey *aKey) const
|
||||
|
|
|
@ -434,7 +434,7 @@ FontNameKey::FontNameKey(const nsString& aString)
|
|||
|
||||
PRUint32 FontNameKey::HashValue(void) const
|
||||
{
|
||||
return nsCRT::HashValue(mString);
|
||||
return nsCRT::HashValue(mString.GetUnicode());
|
||||
}
|
||||
|
||||
PRBool FontNameKey::Equals(const nsHashKey *aKey) const
|
||||
|
|
Загрузка…
Ссылка в новой задаче