Backing out bug 275196, xml:id, to fix tp regression
git-svn-id: svn://10.0.0.236/trunk@231054 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -631,19 +631,11 @@ nsGenericDOMDataNode::UnbindFromTree(PRBool aDeep, PRBool aNullParent)
|
||||
}
|
||||
|
||||
nsIAtom *
|
||||
nsGenericDOMDataNode::GetIDAttributeName(PRInt32& aNameSpaceID) const
|
||||
nsGenericDOMDataNode::GetIDAttributeName() const
|
||||
{
|
||||
aNameSpaceID = kNameSpaceID_Unknown;
|
||||
return nsnull;
|
||||
}
|
||||
|
||||
PRBool
|
||||
nsGenericDOMDataNode::IsPotentialIDAttributeName(PRInt32 aNameSpaceID,
|
||||
nsIAtom* aAtom) const
|
||||
{
|
||||
return PR_FALSE;
|
||||
}
|
||||
|
||||
already_AddRefed<nsINodeInfo>
|
||||
nsGenericDOMDataNode::GetExistingAttrNameFromQName(const nsAString& aStr) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user