Back out failed attempt to fix build bustage

This commit is contained in:
jwatt@jwatt.org 2007-11-18 05:43:06 -08:00
Родитель e3ba19597f
Коммит 3a5674c545
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -443,8 +443,7 @@ nsSubDocumentFrame::ComputeSize(nsIRenderingContext *aRenderingContext,
nsIFrame* subDocRoot = ObtainIntrinsicSizeFrame();
if (subDocRoot) {
return nsLayoutUtils::ComputeSizeWithIntrinsicDimensions(
aRenderingContext,
const_cast<nsSubDocumentFrame*>(this),
aRenderingContext, this,
subDocRoot->GetIntrinsicSize(),
subDocRoot->GetIntrinsicRatio(),
aCBSize, aMargin, aBorder, aPadding);