diff --git a/mozilla/layout/mathml/base/src/nsMathMLmfencedFrame.cpp b/mozilla/layout/mathml/base/src/nsMathMLmfencedFrame.cpp index 1e010d89120..f1560943910 100644 --- a/mozilla/layout/mathml/base/src/nsMathMLmfencedFrame.cpp +++ b/mozilla/layout/mathml/base/src/nsMathMLmfencedFrame.cpp @@ -138,7 +138,7 @@ nsMathMLmfencedFrame::ReCreateFencesAndSeparators(nsIPresContext* aPresContext) data = value; } else if (NS_CONTENT_ATTR_NOT_THERE == rv) - data = '('; // default as per the MathML REC + data = PRUnichar('('); // default as per the MathML REC else data = nsAutoString();