Bug 474049: followup bustage fix for Solaris -- use .get() to explicitly return a normal pointer from nsGenericElement::GetSMILOverrideStyleRule. r=dbaron
This commit is contained in:
@@ -2976,7 +2976,7 @@ nsICSSStyleRule*
|
||||
nsGenericElement::GetSMILOverrideStyleRule()
|
||||
{
|
||||
nsGenericElement::nsDOMSlots *slots = GetExistingDOMSlots();
|
||||
return slots ? slots->mSMILOverrideStyleRule : nsnull;
|
||||
return slots ? slots->mSMILOverrideStyleRule.get() : nsnull;
|
||||
}
|
||||
|
||||
nsresult
|
||||
|
||||
Reference in New Issue
Block a user