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:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user