Bug 1282408 - Add ignore-initialization-check annotation to parents from NameResolver. r=jorendorff

MozReview-Commit-ID: 7zCqBnVAD88
This commit is contained in:
Andi-Bogdan Postelnicu 2016-09-27 13:07:41 +03:00
parent a31ca0b17c
commit 2128ae9649

View File

@ -27,6 +27,7 @@ class NameResolver
JSContext* cx;
size_t nparents; /* number of parents in the parents array */
MOZ_INIT_OUTSIDE_CTOR
ParseNode* parents[MaxParents]; /* history of ParseNodes we've been looking at */
StringBuffer* buf; /* when resolving, buffer to append to */