mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-01 12:19:26 +00:00
Cleanup GCC (below 4.7) version checks & comments
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user