Skip to content

Commit

Permalink
Backed out changeset 14641a6d6747 (bug 1223282) for test_value_clonin…
Browse files Browse the repository at this point in the history
…g.html bustage CLOSED TREE

--HG--
extra : commitid : 6RJMD744I6U
  • Loading branch information
KWierso committed Nov 16, 2015
1 parent 0a7442f commit 7ebb7aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions layout/generic/nsIFrame.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,7 @@ typedef uint32_t nsSplittableType;

#define NS_INTRINSICSIZE NS_UNCONSTRAINEDSIZE
#define NS_AUTOHEIGHT NS_UNCONSTRAINEDSIZE
// +1 is to avoid clamped huge margin values being processed as auto margins
#define NS_AUTOMARGIN (NS_UNCONSTRAINEDSIZE + 1)
#define NS_AUTOMARGIN NS_UNCONSTRAINEDSIZE
#define NS_AUTOOFFSET NS_UNCONSTRAINEDSIZE
// NOTE: there are assumptions all over that these have the same value, namely NS_UNCONSTRAINEDSIZE
// if any are changed to be a value other than NS_UNCONSTRAINEDSIZE
Expand Down

0 comments on commit 7ebb7aa

Please sign in to comment.