Bug 659610 - Remove nsGenericHTMLElement::SetAttrHelper and related helper macros. r=qdot
The only remaining instance of NS_IMPL_BOOL_ATTR macro was expanded by hand. MozReview-Commit-ID: DQ8fGGNTl3y
This commit is contained in:
@@ -53,7 +53,7 @@ public:
|
||||
}
|
||||
void SetLongDesc(const nsAString& aLongDesc, ErrorResult& aError)
|
||||
{
|
||||
SetAttrHelper(nsGkAtoms::longdesc, aLongDesc);
|
||||
SetHTMLAttr(nsGkAtoms::longdesc, aLongDesc);
|
||||
}
|
||||
|
||||
void GetMarginHeight(DOMString& aMarginHeight) const
|
||||
|
||||
Reference in New Issue
Block a user