Added a skidmark when a content viewer cannot be found for a given content-type...
git-svn-id: svn://10.0.0.236/trunk@14072 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a15efa757c
commit
8e0bea5308
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user