mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
Minor ident followup fix for Bug 588537 rs=Ms2ger
This commit is contained in:
parent
5e5d4df8e4
commit
6d996f5889
@ -1206,10 +1206,10 @@ js::InvokeConstructorKernel(JSContext *cx, const CallArgs &argsRef)
|
||||
|
||||
if (fun->isConstructor()) {
|
||||
args.thisv().setMagicWithObjectOrNullPayload(NULL);
|
||||
Probes::calloutBegin(cx, fun);
|
||||
bool ok = CallJSNativeConstructor(cx, fun->u.n.native, args);
|
||||
Probes::calloutEnd(cx, fun);
|
||||
return ok;
|
||||
Probes::calloutBegin(cx, fun);
|
||||
bool ok = CallJSNativeConstructor(cx, fun->u.n.native, args);
|
||||
Probes::calloutEnd(cx, fun);
|
||||
return ok;
|
||||
}
|
||||
|
||||
if (!fun->isInterpretedConstructor())
|
||||
|
Loading…
Reference in New Issue
Block a user