Bug 1449806: Merge {Servo,Generic}SpecifiedValues into MappedDeclarations. r=xidorn
The idea would be that this header is only included in cpp files, thus it's ok to include ServoBindings, etc. MozReview-Commit-ID: EgQEsR0cZd4
This commit is contained in:
@@ -465,14 +465,14 @@ HTMLObjectElement::ParseAttribute(int32_t aNamespaceID,
|
||||
}
|
||||
|
||||
void
|
||||
HTMLObjectElement::MapAttributesIntoRule(const nsMappedAttributes *aAttributes,
|
||||
GenericSpecifiedValues *aData)
|
||||
HTMLObjectElement::MapAttributesIntoRule(const nsMappedAttributes* aAttributes,
|
||||
MappedDeclarations& aDecls)
|
||||
{
|
||||
nsGenericHTMLFormElement::MapImageAlignAttributeInto(aAttributes, aData);
|
||||
nsGenericHTMLFormElement::MapImageBorderAttributeInto(aAttributes, aData);
|
||||
nsGenericHTMLFormElement::MapImageMarginAttributeInto(aAttributes, aData);
|
||||
nsGenericHTMLFormElement::MapImageSizeAttributesInto(aAttributes, aData);
|
||||
nsGenericHTMLFormElement::MapCommonAttributesInto(aAttributes, aData);
|
||||
nsGenericHTMLFormElement::MapImageAlignAttributeInto(aAttributes, aDecls);
|
||||
nsGenericHTMLFormElement::MapImageBorderAttributeInto(aAttributes, aDecls);
|
||||
nsGenericHTMLFormElement::MapImageMarginAttributeInto(aAttributes, aDecls);
|
||||
nsGenericHTMLFormElement::MapImageSizeAttributesInto(aAttributes, aDecls);
|
||||
nsGenericHTMLFormElement::MapCommonAttributesInto(aAttributes, aDecls);
|
||||
}
|
||||
|
||||
NS_IMETHODIMP_(bool)
|
||||
|
||||
Reference in New Issue
Block a user