mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
not part of build, fix getBaseURI for Attr nodes in transformiix standalone
This commit is contained in:
parent
6277e47ac0
commit
67b55bb3d1
@ -369,7 +369,7 @@ nsresult NodeDefinition::getBaseURI(nsAString& aURI)
|
||||
default:
|
||||
break;
|
||||
}
|
||||
node = node->getParentNode();
|
||||
node = node->getXPathParent();
|
||||
}
|
||||
|
||||
PRInt32 count = baseUrls.Count();
|
||||
|
Loading…
Reference in New Issue
Block a user