Call into baseclass if there's nothing to be done for a given tag. Not part of the build yet.

This commit is contained in:
jst%netscape.com 2001-10-30 00:07:56 +00:00
Родитель 4f44886831
Коммит 8f27f99020
2 изменённых файлов: 8 добавлений и 4 удалений

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

@ -267,7 +267,8 @@ nsHTMLSharedLeafElement::StringToAttribute(nsIAtom* aAttribute,
}
}
return NS_CONTENT_ATTR_NOT_THERE;
return nsGenericHTMLLeafElement::StringToAttribute(aAttribute, aValue,
aResult);
}
NS_IMETHODIMP
@ -405,7 +406,8 @@ nsHTMLSharedLeafElement::GetMappedAttributeImpact(const nsIAtom* aAttribute,
}
}
return NS_OK;
return nsGenericHTMLLeafElement::GetMappedAttributeImpact(aAttribute,
aModType, aHint);
}
NS_IMETHODIMP

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

@ -267,7 +267,8 @@ nsHTMLSharedLeafElement::StringToAttribute(nsIAtom* aAttribute,
}
}
return NS_CONTENT_ATTR_NOT_THERE;
return nsGenericHTMLLeafElement::StringToAttribute(aAttribute, aValue,
aResult);
}
NS_IMETHODIMP
@ -405,7 +406,8 @@ nsHTMLSharedLeafElement::GetMappedAttributeImpact(const nsIAtom* aAttribute,
}
}
return NS_OK;
return nsGenericHTMLLeafElement::GetMappedAttributeImpact(aAttribute,
aModType, aHint);
}
NS_IMETHODIMP