diff --git a/mozilla/content/html/content/src/nsHTMLTableColElement.cpp b/mozilla/content/html/content/src/nsHTMLTableColElement.cpp index 75ae1b37bf1..5608f5cf305 100644 --- a/mozilla/content/html/content/src/nsHTMLTableColElement.cpp +++ b/mozilla/content/html/content/src/nsHTMLTableColElement.cpp @@ -247,17 +247,16 @@ nsHTMLTableColElement::IsAttributeMapped(const nsIAtom* aAttribute) const static const MappedAttributeEntry* const col_map[] = { attributes, + span_attribute, sCommonAttributeMap, }; static const MappedAttributeEntry* const colspan_map[] = { attributes, - span_attribute, sCommonAttributeMap, }; - // we don't match "span" if we're a - // XXXldb Should this be reflected in the mapping function? + // we only match "span" if we're a if (mNodeInfo->Equals(nsHTMLAtoms::col)) return FindAttributeDependence(aAttribute, col_map, NS_ARRAY_LENGTH(col_map));