Back out failed attempt to fix build bustage

This commit is contained in:
jwatt%jwatt.org 2007-11-18 13:43:06 +00:00
Родитель 2161f86ce2
Коммит 563357ac01
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);