From 5074379555a2b67508519547337c77dd5afb50eb Mon Sep 17 00:00:00 2001 From: Bill McCloskey Date: Fri, 28 Oct 2016 20:53:53 -0700 Subject: [PATCH] Bug 1310547 - LinkedList compiler fixes --- mfbt/LinkedList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mfbt/LinkedList.h b/mfbt/LinkedList.h index b3b432fb9457..6e14aa162962 100644 --- a/mfbt/LinkedList.h +++ b/mfbt/LinkedList.h @@ -295,7 +295,7 @@ public: private: friend class LinkedList; - friend class detail::LinkedListElementTraits; + friend struct detail::LinkedListElementTraits; enum class NodeKind { Normal,