mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Typo fix.
This commit is contained in:
parent
a0f7102bf7
commit
4e50af97f4
@ -4659,7 +4659,7 @@ FunctionType::Call(JSContext* cx,
|
||||
// prepare the values for each argument
|
||||
AutoValueAutoArray values;
|
||||
AutoValueAutoArray strings;
|
||||
if (!values.resize(fninfo->mArgTypes.length())) {
|
||||
if (!values.resize(argc)) {
|
||||
JS_ReportOutOfMemory(cx);
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user