зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1535206 - Part 0: Fix parameter name. r=Yoric
Depends on D23439 Differential Revision: https://phabricator.services.mozilla.com/D23440 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
a6809018eb
Коммит
ded14c2a96
|
@ -332,12 +332,12 @@ hpp:
|
|||
/**
|
||||
* Return a string describing a `BinASTField`.
|
||||
*/
|
||||
const char* describeBinASTField(const BinASTField& kind);
|
||||
const char* describeBinASTField(const BinASTField& field);
|
||||
|
||||
/**
|
||||
* Return a string describing a `BinASTVariant`.
|
||||
*/
|
||||
const char* describeBinASTVariant(const BinASTVariant& kind);
|
||||
const char* describeBinASTVariant(const BinASTVariant& variant);
|
||||
|
||||
} // namespace frontend
|
||||
} // namespace js
|
||||
|
|
Загрузка…
Ссылка в новой задаче