not part of build, fix getBaseURI for Attr nodes in transformiix standalone
git-svn-id: svn://10.0.0.236/trunk@136730 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
9de7f5fac1
commit
123b0313ee
@ -369,7 +369,7 @@ nsresult NodeDefinition::getBaseURI(nsAString& aURI)
|
||||
default:
|
||||
break;
|
||||
}
|
||||
node = node->getParentNode();
|
||||
node = node->getXPathParent();
|
||||
}
|
||||
|
||||
PRInt32 count = baseUrls.Count();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user