зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
4f44886831
Коммит
8f27f99020
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче