This commit is contained in:
peterl%netscape.com 1999-07-07 01:28:43 +00:00
Родитель 2bad49b1ac
Коммит a4ad0b9db0
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -5100,7 +5100,7 @@ nsCSSFrameConstructor::AttributeChanged(nsIPresContext* aPresContext,
if (NS_OK == result) { if (NS_OK == result) {
// Get style hint from HTML content object. // Get style hint from HTML content object.
styledContent->GetStyleHintForAttributeChange(aAttribute, &aHint); styledContent->GetMappedAttributeImpact(aAttribute, aHint);
NS_RELEASE(styledContent); NS_RELEASE(styledContent);
} }
} }

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

@ -5100,7 +5100,7 @@ nsCSSFrameConstructor::AttributeChanged(nsIPresContext* aPresContext,
if (NS_OK == result) { if (NS_OK == result) {
// Get style hint from HTML content object. // Get style hint from HTML content object.
styledContent->GetStyleHintForAttributeChange(aAttribute, &aHint); styledContent->GetMappedAttributeImpact(aAttribute, aHint);
NS_RELEASE(styledContent); NS_RELEASE(styledContent);
} }
} }