mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
Fix stupid error in last checkin.
This commit is contained in:
parent
43b92f6837
commit
0f771533b2
@ -93,7 +93,7 @@ public:
|
||||
*/
|
||||
PRBool isEmpty()
|
||||
{
|
||||
return (Count() > 0);
|
||||
return (Count() <= 0);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user