Back out b831500ca4be (bug 837714) for bustage

CLOSED TREE
This commit is contained in:
Phil Ringnalda 2013-02-21 14:26:04 -08:00
parent ae29dfbac9
commit 5d4e5e281f

View File

@ -30,7 +30,6 @@ class Linker
IonCode *newCode(JSContext *cx, IonCompartment *comp) {
AssertCanGC();
gc::AutoSuppressGC suppressGC(cx);
if (masm.oom())
return fail(cx);