зеркало из https://github.com/mozilla/pjs.git
sync to content api change
This commit is contained in:
Родитель
2bad49b1ac
Коммит
a4ad0b9db0
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче