зеркало из https://github.com/mozilla/pjs.git
Fix OS/2 bustage
This commit is contained in:
Родитель
a860e81337
Коммит
07dc983e89
|
@ -122,8 +122,8 @@ ExprResult* DocumentFunctionCall::evaluate(txIEvalContext* aContext)
|
||||||
// The first argument is not a NodeSet
|
// The first argument is not a NodeSet
|
||||||
nsAutoString uriStr;
|
nsAutoString uriStr;
|
||||||
exprResult1->stringValue(uriStr);
|
exprResult1->stringValue(uriStr);
|
||||||
Node* loadNode =
|
nsAString* base = baseURISet ? &baseURI : &mBaseURI;
|
||||||
es->retrieveDocument(uriStr, baseURISet ? baseURI : mBaseURI);
|
Node* loadNode = es->retrieveDocument(uriStr, *base);
|
||||||
if (loadNode) {
|
if (loadNode) {
|
||||||
nodeSet->add(loadNode);
|
nodeSet->add(loadNode);
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче