mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Fix bustage merging 367442 and 366956.
This commit is contained in:
parent
b3d870ac9d
commit
5778d81b60
@ -529,7 +529,7 @@ nsSVGForeignObjectFrame::DoReflow()
|
||||
reflowState.mComputedMargin == nsMargin(0, 0, 0, 0),
|
||||
"style system should ensure that :-moz-svg-foreign content "
|
||||
"does not get styled");
|
||||
NS_ASSERTION(reflowState.mComputedWidth == size.width,
|
||||
NS_ASSERTION(reflowState.ComputedWidth() == size.width,
|
||||
"reflow state made child wrong size");
|
||||
reflowState.mComputedHeight = size.height;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user