yanked the hardcoded content type

This commit is contained in:
valeski%netscape.com 1999-06-29 23:25:17 +00:00
Родитель 21f778f807
Коммит 2cb7f0ca72
2 изменённых файлов: 0 добавлений и 2 удалений

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

@ -1785,7 +1785,6 @@ nsDocumentBindInfo::OnStartBinding(nsIURI* aURL, const char *aContentType)
if (NS_FAILED(rv)) return rv;
char* aContentType = nsnull;
channel->GetContentType(&aContentType);
aContentType = "text/html";
#endif // NECKO
#if defined(DEBUG)

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

@ -1785,7 +1785,6 @@ nsDocumentBindInfo::OnStartBinding(nsIURI* aURL, const char *aContentType)
if (NS_FAILED(rv)) return rv;
char* aContentType = nsnull;
channel->GetContentType(&aContentType);
aContentType = "text/html";
#endif // NECKO
#if defined(DEBUG)