mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
No bug - Remove always-true comparison.
This commit is contained in:
parent
3c6ea2a939
commit
0ef036839c
@ -1188,7 +1188,7 @@ nsIOService::EscapeString(const nsACString& aString,
|
||||
PRUint32 aEscapeType,
|
||||
nsACString& aResult)
|
||||
{
|
||||
NS_ENSURE_ARG_RANGE(aEscapeType, 0, 4);
|
||||
NS_ENSURE_ARG_MAX(aEscapeType, 4);
|
||||
|
||||
nsCAutoString stringCopy(aString);
|
||||
nsCString result;
|
||||
|
Loading…
Reference in New Issue
Block a user