Cleanup GCC (below 4.7) version checks & comments

This commit is contained in:
trav90
2016-04-18 11:10:53 -05:00
committed by roytam1
parent c653e7fb3d
commit 0de5e152ca
18 changed files with 12 additions and 60 deletions
+1 -2
View File
@@ -918,8 +918,7 @@ nsTableRowFrame::ReflowChildren(nsPresContext* aPresContext,
kidReflowState.emplace(aPresContext, aReflowState, kidFrame,
LogicalSize(kidFrame->GetWritingMode(),
kidAvailSize),
// Cast needed for gcc 4.4.
uint32_t(nsHTMLReflowState::CALLER_WILL_INIT));
nsHTMLReflowState::CALLER_WILL_INIT);
InitChildReflowState(*aPresContext, kidAvailSize, borderCollapse,
*kidReflowState);