Skip to content
Snippets Groups Projects
Commit af38a5be authored by Daniel Holbert's avatar Daniel Holbert
Browse files

Bug 678768: Fix out-of-order init list for nsFontFace constructor. r=jfkthame

parent d3f9d68e
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,8 @@ nsFontFace::nsFontFace(gfxFontEntry* aFontEntry,
PRUint8 aMatchType,
nsCSSFontFaceRule* aRule)
: mFontEntry(aFontEntry),
mMatchType(aMatchType),
mRule(aRule)
mRule(aRule),
mMatchType(aMatchType)
{
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment