Bug 335913: Reimplement CompareDocumentPosition using nsINode interfaces. r/sr=bz
git-svn-id: svn://10.0.0.236/trunk@196673 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -831,7 +831,7 @@ nsGenericDOMDataNode::GetChildAt(PRUint32 aIndex) const
|
||||
}
|
||||
|
||||
PRInt32
|
||||
nsGenericDOMDataNode::IndexOf(nsIContent* aPossibleChild) const
|
||||
nsGenericDOMDataNode::IndexOf(nsINode* aPossibleChild) const
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user