зеркало из https://github.com/mozilla/gecko-dev.git
Added a skidmark when a content viewer cannot be found for a given content-type...
This commit is contained in:
Родитель
f53ca9fbd3
Коммит
b7b0e8a47f
|
@ -1293,6 +1293,7 @@ NS_METHOD nsDocumentBindInfo::OnStartBinding(nsIURL* aURL, const char *aContentT
|
|||
}
|
||||
|
||||
if (NS_OK != rv) {
|
||||
printf("DocLoaderFactory: Unable to create ContentViewer for content-type: %s\n", aContentType);
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
|
|
@ -1293,6 +1293,7 @@ NS_METHOD nsDocumentBindInfo::OnStartBinding(nsIURL* aURL, const char *aContentT
|
|||
}
|
||||
|
||||
if (NS_OK != rv) {
|
||||
printf("DocLoaderFactory: Unable to create ContentViewer for content-type: %s\n", aContentType);
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче