зеркало из https://github.com/mozilla/gecko-dev.git
Bug 879079 - Fix a static analysis rooting failure; r=wingo
--HG-- extra : rebase_source : 274a60e9fae01027fef0cdb67fc8fa56120a9c83
This commit is contained in:
Родитель
6da6d3a83f
Коммит
a6435e62f3
|
@ -631,7 +631,7 @@ class MOZ_STACK_CLASS TokenStream
|
||||||
JS_ALWAYS_TRUE(matchToken(tt));
|
JS_ALWAYS_TRUE(matchToken(tt));
|
||||||
}
|
}
|
||||||
|
|
||||||
bool matchContextualKeyword(PropertyName* keyword) {
|
bool matchContextualKeyword(Handle<PropertyName*> keyword) {
|
||||||
if (getToken() == TOK_NAME && currentToken().name() == keyword)
|
if (getToken() == TOK_NAME && currentToken().name() == keyword)
|
||||||
return true;
|
return true;
|
||||||
ungetToken();
|
ungetToken();
|
||||||
|
|
Загрузка…
Ссылка в новой задаче