From a10a8613ba0d03d852d376da9d0ba1e35b580315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bargull?= Date: Tue, 10 Mar 2020 11:19:36 +0000 Subject: [PATCH] Bug 1619001 - Part 9: Remove unnecessary friend class declaration from TraceListNode. r=mgaudet Differential Revision: https://phabricator.services.mozilla.com/D65975 --HG-- extra : moz-landing-system : lando --- js/src/frontend/ParseNode.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/src/frontend/ParseNode.h b/js/src/frontend/ParseNode.h index 75c87580a63df..ce26b5110a03b 100644 --- a/js/src/frontend/ParseNode.h +++ b/js/src/frontend/ParseNode.h @@ -2287,8 +2287,6 @@ inline bool ParseNode::isConstant() { } class TraceListNode { - friend class ParserSharedBase; - protected: js::gc::Cell* gcThing; TraceListNode* traceLink;