Bug 913424 followup - Fix ComputeThis result typeset to fix sunspider browser crash. r=bhackett

--HG--
extra : rebase_source : ec930a5fa7c8cc466b9c4309da411be805b325dc
This commit is contained in:
Jan de Mooij 2013-09-11 10:12:18 +02:00
parent 76f59997fa
commit 763259b66e

View File

@ -3946,7 +3946,6 @@ class MComputeThis
: MUnaryInstruction(def)
{
setResultType(MIRType_Object);
setResultTypeSet(def->resultTypeSet());
}
public: