yanked the hardcoded content type

This commit is contained in:
valeski%netscape.com 1999-06-29 23:25:17 +00:00
parent e6edf1444c
commit fe1091d59e
2 changed files with 0 additions and 2 deletions

View File

@ -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)

View File

@ -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)