This should be the other AIX bustage

This commit is contained in:
mkaply%us.ibm.com 2001-10-24 21:40:27 +00:00
Родитель ac3ee32727
Коммит 76c903e13b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1049,8 +1049,8 @@ nsMathMLChar::GetStyleContext(nsIStyleContext** aStyleContext) const
NS_ASSERTION(!mParent, "invalid call - not allowed for child chars");
NS_PRECONDITION(aStyleContext, "null OUT ptr");
NS_ASSERTION(mStyleContext, "chars shoud always have style context");
NS_IF_ADDREF(mStyleContext);
*aStyleContext = mStyleContext;
NS_IF_ADDREF(*aStyleContext);
return NS_OK;
}