Bug 780387 - Part b: Stop using PRIntn; r=bsmedberg

This commit is contained in:
Ms2ger
2012-08-09 09:09:40 +02:00
parent 0888dc8833
commit c8ea20cf42
107 changed files with 212 additions and 209 deletions

View File

@@ -494,10 +494,10 @@ nsTableCellFrame::BuildDisplayList(nsDisplayListBuilder* aBuilder,
return BuildDisplayListForChild(aBuilder, kid, aDirtyRect, aLists);
}
PRIntn
int
nsTableCellFrame::GetSkipSides() const
{
PRIntn skip = 0;
int skip = 0;
if (nullptr != GetPrevInFlow()) {
skip |= 1 << NS_SIDE_TOP;
}