Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Backout 5343959472c8 (bug 695222) because of a regression (bug 733614…
…). [a=akeybl] CLOSED TREE
  • Loading branch information
lsblakk committed Apr 24, 2012
1 parent fe1c755 commit 7c245e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions layout/style/nsRuleNode.cpp
Expand Up @@ -6581,10 +6581,10 @@ nsRuleNode::ComputeColumnData(void* aStartStruct,

// column-fill: enum
SetDiscrete(*aRuleData->ValueForColumnFill(),
column->mColumnFill, canStoreInRuleTree,
SETDSC_ENUMERATED, parent->mColumnFill,
NS_STYLE_COLUMN_FILL_BALANCE,
0, 0, 0, 0);
column->mColumnFill, canStoreInRuleTree,
SETDSC_ENUMERATED, parent->mColumnFill,
NS_STYLE_COLUMN_FILL_BALANCE,
0, 0, 0, 0);

COMPUTE_END_RESET(Column, column)
}
Expand Down

0 comments on commit 7c245e6

Please sign in to comment.