зеркало из https://github.com/mozilla/pjs.git
yanked the hardcoded content type
This commit is contained in:
Родитель
21f778f807
Коммит
2cb7f0ca72
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче