- Changed name of getter function for style hints to GetStyleHintForAttributeChange().

- Plugged in style hint for changes to the <HR NOSHADE> attribute.


git-svn-id: svn://10.0.0.236/trunk@20724 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nisheeth%netscape.com
1999-02-15 06:42:44 +00:00
parent 2cf50fdc88
commit e3f2944049
122 changed files with 132 additions and 122 deletions

View File

@@ -284,6 +284,6 @@ nsHTMLIFrameElement::GetStyleHintForAttributeChange(
const nsIAtom* aAttribute,
PRInt32 *aHint) const
{
nsGenericHTMLElement::SetStyleHintForCommonAttributes(this, aAttribute, aHint);
nsGenericHTMLElement::GetStyleHintForCommonAttributes(this, aAttribute, aHint);
return NS_OK;
}