forked from mirrors/gecko-dev
Typo fix.
This commit is contained in:
parent
7302a04138
commit
28e6b99814
1 changed files with 1 additions and 1 deletions
|
|
@ -4659,7 +4659,7 @@ FunctionType::Call(JSContext* cx,
|
||||||
// prepare the values for each argument
|
// prepare the values for each argument
|
||||||
AutoValueAutoArray values;
|
AutoValueAutoArray values;
|
||||||
AutoValueAutoArray strings;
|
AutoValueAutoArray strings;
|
||||||
if (!values.resize(fninfo->mArgTypes.length())) {
|
if (!values.resize(argc)) {
|
||||||
JS_ReportOutOfMemory(cx);
|
JS_ReportOutOfMemory(cx);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue