Backout 5130ffc92faf (bug 574132) due to debug orange.

This commit is contained in:
Ryan VanderMeulen
2012-05-21 21:30:18 -04:00
parent 9eadcf33e6
commit 556f080af7
28 changed files with 25 additions and 297 deletions

View File

@@ -227,9 +227,6 @@ frontend::CompileScript(JSContext *cx, JSObject *scopeChain, StackFrame *callerF
}
#endif
if (!parser.checkForArgumentsAndRest())
goto out;
/*
* Nowadays the threaded interpreter needs a stop instruction, so we
* do have to emit that here.