From c12c2a8399ccf87a411493e7dd6d3005d4ff1a37 Mon Sep 17 00:00:00 2001 From: "rbs%maths.uq.edu.au" Date: Tue, 20 Aug 2002 21:56:51 +0000 Subject: [PATCH] One-liner forgotten in the mass merge of bug 162412 --- layout/mathml/base/src/nsMathMLTokenFrame.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/layout/mathml/base/src/nsMathMLTokenFrame.cpp b/layout/mathml/base/src/nsMathMLTokenFrame.cpp index 422b9b28e75c..e55c5cdbffe8 100644 --- a/layout/mathml/base/src/nsMathMLTokenFrame.cpp +++ b/layout/mathml/base/src/nsMathMLTokenFrame.cpp @@ -129,6 +129,7 @@ nsMathMLTokenFrame::SetInitialChildList(nsIPresContext* aPresContext, childFrame->GetNextSibling(&childFrame); } + SetQuotes(aPresContext); ProcessTextData(aPresContext); return rv; }