Backed out changeset 26984019ff59 (bug 962605) for suspicion of causing OSX 10.8 debug mochitest-other crashes.

CLOSED TREE
This commit is contained in:
Ryan VanderMeulen 2014-01-23 12:45:43 -05:00
parent b9d8299a2f
commit b6ff44e241

View File

@ -1458,9 +1458,6 @@ XRE_XPCShellMain(int argc, char **argv, char **envp)
return 1;
}
// Ion not enabled yet here because of bug 931861.
JS::ContextOptionsRef(cx).setBaseline(true);
argc--;
argv++;
ProcessArgsForCompartment(cx, argv, argc);