fixing os/2 bustage
git-svn-id: svn://10.0.0.236/trunk@154952 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -446,7 +446,7 @@ nsresult nsIconChannel::MakeInputStream(nsIInputStream** _retval, PRBool nonBloc
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
|
||||
nsCAutoString fileExt;
|
||||
mimeService->GetPrimaryExtension(contentType.get(), EmptyCString(), fileExt);
|
||||
mimeService->GetPrimaryExtension(contentType, EmptyCString(), fileExt);
|
||||
// If the mime service does not know about this mime type, we show
|
||||
// the generic icon.
|
||||
// In any case, we need to insert a '.' before the extension.
|
||||
|
||||
Reference in New Issue
Block a user