nsSVGElement::AngleAttributesInfo SVGMarkerElement::GetAngleInfo() { return AngleAttributesInfo(mAngleAttributes, sAngleInfo, ArrayLength(sAngleInfo)); }
nsSVGElement::AngleAttributesInfo nsSVGElement::GetAngleInfo() { return AngleAttributesInfo(nsnull, nsnull, 0); }
nsSVGElement::AngleAttributesInfo nsSVGMarkerElement::GetAngleInfo() { return AngleAttributesInfo(mAngleAttributes, sAngleInfo, NS_ARRAY_LENGTH(sAngleInfo)); }