Added namespace ID to the AttributeChanged notification
Part fo the fix for Bug 15153 r=troy git-svn-id: svn://10.0.0.236/trunk@50888 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -162,6 +162,7 @@ nsCheckboxControlFrame::PostCreateWidget(nsIPresContext* aPresContext, nscoord&
|
||||
NS_IMETHODIMP
|
||||
nsCheckboxControlFrame::AttributeChanged(nsIPresContext* aPresContext,
|
||||
nsIContent* aChild,
|
||||
PRInt32 aNameSpaceID,
|
||||
nsIAtom* aAttribute,
|
||||
PRInt32 aHint)
|
||||
{
|
||||
@@ -182,7 +183,7 @@ nsCheckboxControlFrame::AttributeChanged(nsIPresContext* aPresContext,
|
||||
}
|
||||
}
|
||||
else
|
||||
return nsNativeFormControlFrame::AttributeChanged(aPresContext, aChild, aAttribute, aHint);
|
||||
return nsNativeFormControlFrame::AttributeChanged(aPresContext, aChild, aNameSpaceID, aAttribute, aHint);
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user