mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
yanked the hardcoded content type
This commit is contained in:
parent
e6edf1444c
commit
fe1091d59e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user