зеркало из https://github.com/mozilla/gecko-dev.git
Fix bustage merging 367442 and 366956.
This commit is contained in:
Родитель
b3d870ac9d
Коммит
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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче