Re-commiting my fucking changes...

This commit is contained in:
troy%netscape.com 1999-01-13 00:44:48 +00:00
Родитель e7f2bf97d6
Коммит 2ca99d3bc9
3 изменённых файлов: 6 добавлений и 3 удалений

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

@ -1618,6 +1618,8 @@ HTMLStyleSheetImpl::ConstructFrameByTag(nsIPresContext* aPresContext,
// Ignore the tag if it's not HTML content
if (NS_SUCCEEDED(aContent->QueryInterface(kIHTMLContentIID, (void **)&htmlContent))) {
NS_RELEASE(htmlContent);
// See if the element is absolutely positioned
const nsStylePosition* position = (const nsStylePosition*)
aStyleContext->GetStyleData(eStyleStruct_Position);
@ -1694,7 +1696,6 @@ HTMLStyleSheetImpl::ConstructFrameByTag(nsIPresContext* aPresContext,
rv = NS_NewLabelFrame(aNewFrame);
processChildren = PR_TRUE;
}
NS_RELEASE(htmlContent);
}
}

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

@ -1618,6 +1618,8 @@ HTMLStyleSheetImpl::ConstructFrameByTag(nsIPresContext* aPresContext,
// Ignore the tag if it's not HTML content
if (NS_SUCCEEDED(aContent->QueryInterface(kIHTMLContentIID, (void **)&htmlContent))) {
NS_RELEASE(htmlContent);
// See if the element is absolutely positioned
const nsStylePosition* position = (const nsStylePosition*)
aStyleContext->GetStyleData(eStyleStruct_Position);
@ -1694,7 +1696,6 @@ HTMLStyleSheetImpl::ConstructFrameByTag(nsIPresContext* aPresContext,
rv = NS_NewLabelFrame(aNewFrame);
processChildren = PR_TRUE;
}
NS_RELEASE(htmlContent);
}
}

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

@ -1618,6 +1618,8 @@ HTMLStyleSheetImpl::ConstructFrameByTag(nsIPresContext* aPresContext,
// Ignore the tag if it's not HTML content
if (NS_SUCCEEDED(aContent->QueryInterface(kIHTMLContentIID, (void **)&htmlContent))) {
NS_RELEASE(htmlContent);
// See if the element is absolutely positioned
const nsStylePosition* position = (const nsStylePosition*)
aStyleContext->GetStyleData(eStyleStruct_Position);
@ -1694,7 +1696,6 @@ HTMLStyleSheetImpl::ConstructFrameByTag(nsIPresContext* aPresContext,
rv = NS_NewLabelFrame(aNewFrame);
processChildren = PR_TRUE;
}
NS_RELEASE(htmlContent);
}
}