Fixing bug 334587. Unify event handling for links and fix various XLink bugs. r=olli.pettay@gmail.com, r=dbaron@mozilla.com, sr=bugmail@sicking.cc
git-svn-id: svn://10.0.0.236/trunk@217719 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -811,6 +811,13 @@ nsGenericDOMDataNode::GetBaseURI() const
|
||||
return uri;
|
||||
}
|
||||
|
||||
PRBool
|
||||
nsGenericDOMDataNode::IsLink(nsIURI** aURI) const
|
||||
{
|
||||
*aURI = nsnull;
|
||||
return PR_FALSE;
|
||||
}
|
||||
|
||||
nsINode::nsSlots*
|
||||
nsGenericDOMDataNode::CreateSlots()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user