bug 219355 (regression from bug 179834) - XML parsing errors (entity not found) - r=heikki sr=darin

git-svn-id: svn://10.0.0.236/trunk@146994 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bsmedberg%covad.net
2003-09-17 18:09:25 +00:00
parent 928382a5cb
commit fb2823febf
2 changed files with 2 additions and 2 deletions

View File

@@ -269,7 +269,7 @@ IsLoadableDTD(const nsCatalogData* aCatalogData, nsCOMPtr<nsIURI>* aDTD)
}
nsCOMPtr<nsIFile> dtdPath;
NS_GetSpecialDirectory(NS_OS_CURRENT_PROCESS_DIR,
NS_GetSpecialDirectory(NS_GRE_DIR,
getter_AddRefs(dtdPath));
if (!dtdPath)

View File

@@ -269,7 +269,7 @@ IsLoadableDTD(const nsCatalogData* aCatalogData, nsCOMPtr<nsIURI>* aDTD)
}
nsCOMPtr<nsIFile> dtdPath;
NS_GetSpecialDirectory(NS_OS_CURRENT_PROCESS_DIR,
NS_GetSpecialDirectory(NS_GRE_DIR,
getter_AddRefs(dtdPath));
if (!dtdPath)