mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
missing string conversion for comparing AutoString with Unichar*
This commit is contained in:
parent
32d3c61972
commit
60bf5593d8
@ -258,7 +258,7 @@ void nsCLoopInfo::GetEventLoop(nsIEventLoop** eventLoop)
|
||||
|
||||
PRBool nsCLoopInfo::CompareName(const PRUnichar* loopName)
|
||||
{
|
||||
return (m_LoopName.Compare(loopName) == 0);
|
||||
return (m_LoopName.CompareWithConversion(loopName) == 0);
|
||||
}
|
||||
|
||||
//*****************************************************************************
|
||||
|
Loading…
x
Reference in New Issue
Block a user