Fix bustage merging 367442 and 366956.

This commit is contained in:
dbaron%dbaron.org 2007-01-26 01:24:56 +00:00
Родитель b3d870ac9d
Коммит 5778d81b60
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;