bug 389106 didn't mean to check in this line

This commit is contained in:
cbiesinger@gmx.at 2007-07-23 17:12:58 -07:00
Родитель 2aeca66653
Коммит 4a17aaec4f
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -1216,7 +1216,6 @@ NS_IMETHODIMP nsExternalHelperAppService::LoadURI(nsIURI * aURL, nsIPrompt * aPr
aURL->GetSpec(spec);
spec.ReplaceSubstring("\"", "%22");
spec.ReplaceSubstring("'", "%27");
spec.ReplaceSubstring("`", "%60");
nsCOMPtr<nsIIOService> ios(do_GetIOService());