bug 867450 - Type in JSTerm.prototype._fetVarProperties; r=msucan

This commit is contained in:
Brandon Benvie 2013-04-30 16:45:00 -04:00
parent 2b42dd80b3
commit 0c52e50a0d

View File

@ -3483,7 +3483,7 @@ JSTerm.prototype = {
aProperty.evaluationMacro = this._variablesViewSimpleValueEvalMacro;
}
let grips = [aProperty.value, aProperty.gettter, aProperty.settter];
let grips = [aProperty.value, aProperty.getter, aProperty.setter];
grips.forEach(addActorForDescriptor);
let inspectable = !VariablesView.isPrimitive({ value: aProperty.value });