Fix OS/2 bustage
git-svn-id: svn://10.0.0.236/trunk@140330 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
4353d8c6d6
commit
9d8c71e95a
@ -122,8 +122,8 @@ ExprResult* DocumentFunctionCall::evaluate(txIEvalContext* aContext)
|
||||
// The first argument is not a NodeSet
|
||||
nsAutoString uriStr;
|
||||
exprResult1->stringValue(uriStr);
|
||||
Node* loadNode =
|
||||
es->retrieveDocument(uriStr, baseURISet ? baseURI : mBaseURI);
|
||||
nsAString* base = baseURISet ? &baseURI : &mBaseURI;
|
||||
Node* loadNode = es->retrieveDocument(uriStr, *base);
|
||||
if (loadNode) {
|
||||
nodeSet->add(loadNode);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user