split font style mapping from regular style mapping

git-svn-id: svn://10.0.0.236/trunk@27701 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
peterl%netscape.com
1999-04-15 21:23:05 +00:00
parent 11d75ffff2
commit ae015c0f0f
142 changed files with 900 additions and 294 deletions

View File

@@ -170,8 +170,10 @@ MapAttributesInto(nsIHTMLAttributes* aAttributes,
}
NS_IMETHODIMP
nsHTMLFrameSetElement::GetAttributeMappingFunction(nsMapAttributesFunc& aMapFunc) const
nsHTMLFrameSetElement::GetAttributeMappingFunctions(nsMapAttributesFunc& aFontMapFunc,
nsMapAttributesFunc& aMapFunc) const
{
aFontMapFunc = nsnull;
aMapFunc = &MapAttributesInto;
return NS_OK;
}