зеркало из https://github.com/mozilla/gecko-dev.git
Bug 678768: Fix out-of-order init list for nsFontFace constructor. r=jfkthame
This commit is contained in:
Родитель
d3f9d68e9e
Коммит
af38a5be63
|
@ -46,8 +46,8 @@ nsFontFace::nsFontFace(gfxFontEntry* aFontEntry,
|
|||
PRUint8 aMatchType,
|
||||
nsCSSFontFaceRule* aRule)
|
||||
: mFontEntry(aFontEntry),
|
||||
mMatchType(aMatchType),
|
||||
mRule(aRule)
|
||||
mRule(aRule),
|
||||
mMatchType(aMatchType)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче