Bug 284950: DeCOMTaminate nsIContent::GetAttrNameAt
r/sr=bz git-svn-id: svn://10.0.0.236/trunk@186678 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -820,15 +820,10 @@ nsGenericDOMDataNode::HasAttr(PRInt32 aNameSpaceID, nsIAtom *aAttribute) const
|
||||
return PR_FALSE;
|
||||
}
|
||||
|
||||
nsresult
|
||||
nsGenericDOMDataNode::GetAttrNameAt(PRUint32 aIndex, PRInt32* aNameSpaceID,
|
||||
nsIAtom** aName, nsIAtom** aPrefix) const
|
||||
const nsAttrName*
|
||||
nsGenericDOMDataNode::GetAttrNameAt(PRUint32 aIndex) const
|
||||
{
|
||||
*aNameSpaceID = kNameSpaceID_None;
|
||||
*aName = nsnull;
|
||||
*aPrefix = nsnull;
|
||||
|
||||
return NS_ERROR_ILLEGAL_VALUE;
|
||||
return nsnull;
|
||||
}
|
||||
|
||||
PRUint32
|
||||
|
||||
Reference in New Issue
Block a user