mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-15 11:13:29 +00:00
Added XXX reminder for myself
This commit is contained in:
parent
c140b13e34
commit
4dd1d39c67
@ -574,6 +574,7 @@ nsHTMLReflowState::InitConstraints(nsIPresContext& aPresContext)
|
||||
// calculating the computed width and height. For all elements other
|
||||
// than absolutely positioned elements, the containing block is formed
|
||||
// by the content edge
|
||||
// XXX Correctly handle absolutely positioned elements...
|
||||
nscoord containingBlockWidth = cbrs->computedWidth;
|
||||
nscoord containingBlockHeight = cbrs->computedHeight;
|
||||
//NS_ASSERTION(0 != containingBlockWidth, "containing block width of 0");
|
||||
|
@ -574,6 +574,7 @@ nsHTMLReflowState::InitConstraints(nsIPresContext& aPresContext)
|
||||
// calculating the computed width and height. For all elements other
|
||||
// than absolutely positioned elements, the containing block is formed
|
||||
// by the content edge
|
||||
// XXX Correctly handle absolutely positioned elements...
|
||||
nscoord containingBlockWidth = cbrs->computedWidth;
|
||||
nscoord containingBlockHeight = cbrs->computedHeight;
|
||||
//NS_ASSERTION(0 != containingBlockWidth, "containing block width of 0");
|
||||
|
Loading…
Reference in New Issue
Block a user