Bug 1277131 : Part 3 - rename nsGkAtoms::tableOuterFrame and nsCSSAnonBoxes::tableOuter. r=heycam

MozReview-Commit-ID: 7GIjtUH9hdZ
This commit is contained in:
Astley Chen
2016-06-16 13:35:43 +01:00
parent cfbe3fb84d
commit f691419a15
19 changed files with 97 additions and 103 deletions

View File

@@ -180,7 +180,7 @@ nsTableCellFrame::NeedsToObserve(const nsHTMLReflowState& aReflowState)
// instead of bsizes for orthogonal children.
return rs->frame == this &&
(PresContext()->CompatibilityMode() == eCompatibility_NavQuirks ||
fType == nsGkAtoms::tableOuterFrame);
fType == nsGkAtoms::tableWrapperFrame);
}
nsresult