mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-10 22:09:32 +00:00
Fix OS/2 bustage
This commit is contained in:
parent
573c6f3220
commit
2658195b24
@ -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…
Reference in New Issue
Block a user