Bug 1430014 - Part 4: #ifdef out unnecessary code when the old style system is not built. r=xidorn

MozReview-Commit-ID: 1FZ9VzjcPzN
This commit is contained in:
Cameron McCormack
2018-02-01 15:04:04 +11:00
parent 2ae503a691
commit 02c617875f
117 changed files with 1316 additions and 190 deletions

View File

@@ -93,6 +93,7 @@ HTMLTableCellElement::CellIndex() const
return -1;
}
#ifdef MOZ_OLD_STYLE
NS_IMETHODIMP
HTMLTableCellElement::WalkContentStyleRules(nsRuleWalker* aRuleWalker)
{
@@ -106,6 +107,7 @@ HTMLTableCellElement::WalkContentStyleRules(nsRuleWalker* aRuleWalker)
}
return NS_OK;
}
#endif
nsMappedAttributes*
HTMLTableCellElement::GetMappedAttributesInheritedFromTable() const