Paper over some missing refactoring on mozilla-central.

This commit is contained in:
Robert Sayre 2010-08-17 01:51:32 -04:00
parent ef47b0907f
commit 87f1cb0c48

View File

@ -10357,7 +10357,7 @@ IsTraceableRecursion(JSContext *cx)
return false;
if (*fp->script->code != JSOP_TRACE)
return false;
return !fp->getFunction()->isHeavyweight();
return !fp->fun->isHeavyweight();
}
JS_REQUIRES_STACK AbortableRecordingStatus