Bug 1053986 - Rename nsIFrame::GetBorder to GetXULBorder. r=dholbert
This is a manual subset of changes written with sed, over .h and .cpp files in layout/. It also includes manual changes in accessible/. MozReview-Commit-ID: D1nwxJmUzc9
This commit is contained in:
@@ -1056,7 +1056,7 @@ HTMLTableAccessible::IsProbablyLayoutTable()
|
||||
RETURN_LAYOUT_ANSWER(false, "table's first cell has no frame!");
|
||||
|
||||
nsMargin border;
|
||||
cellFrame->GetBorder(border);
|
||||
cellFrame->GetXULBorder(border);
|
||||
if (border.top && border.bottom && border.left && border.right) {
|
||||
RETURN_LAYOUT_ANSWER(false, "Has nonzero border-width on table cell");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user