From 2128ae96495f6fd5b96b0553246cb4ab122df560 Mon Sep 17 00:00:00 2001 From: Andi-Bogdan Postelnicu Date: Tue, 27 Sep 2016 13:07:41 +0300 Subject: [PATCH] Bug 1282408 - Add ignore-initialization-check annotation to parents from NameResolver. r=jorendorff MozReview-Commit-ID: 7zCqBnVAD88 --- js/src/frontend/NameFunctions.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/js/src/frontend/NameFunctions.cpp b/js/src/frontend/NameFunctions.cpp index b6d34da4d4d4..0492818b9a53 100644 --- a/js/src/frontend/NameFunctions.cpp +++ b/js/src/frontend/NameFunctions.cpp @@ -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 */