зеркало из https://github.com/mozilla/gecko-dev.git
Bug 773115 - Remove unneeded needStrictChecks() call. r=njn
This commit is contained in:
Родитель
6fb9d88ae3
Коммит
42d29bd0b1
|
@ -531,7 +531,7 @@ CheckStrictParameters(JSContext *cx, Parser *parser)
|
|||
return false;
|
||||
}
|
||||
|
||||
if (sc->needStrictChecks() && FindKeyword(name->charsZ(), name->length())) {
|
||||
if (FindKeyword(name->charsZ(), name->length())) {
|
||||
/*
|
||||
* JSOPTION_STRICT is supposed to warn about future keywords, too,
|
||||
* but we took care of that in the scanner.
|
||||
|
|
Загрузка…
Ссылка в новой задаче