зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1273099 - initialize |parser|. r=jorendorff
MozReview-Commit-ID: 388WVQNsZHB --HG-- extra : rebase_source : e8e5c5748aa6ad72e31413a35d232e930d3e5da6
This commit is contained in:
Родитель
9aa4a6d7d5
Коммит
376931e3ea
|
@ -1829,6 +1829,7 @@ class ASTSerializer
|
|||
public:
|
||||
ASTSerializer(JSContext* c, bool l, char const* src, uint32_t ln)
|
||||
: cx(c)
|
||||
, parser(nullptr)
|
||||
, builder(c, l, src)
|
||||
#ifdef DEBUG
|
||||
, lineno(ln)
|
||||
|
|
Загрузка…
Ссылка в новой задаче