mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
fixing mac bustage
This commit is contained in:
parent
e92cc5ddfd
commit
d167f8dd89
@ -253,7 +253,7 @@ nsOSHelperAppService::GetMIMEInfoFromOS(const char * aMIMEType,
|
||||
return nsnull;
|
||||
|
||||
if (aMIMEType && *aMIMEType)
|
||||
mimeInfo->SetMIMEType(aType);
|
||||
mimeInfo->SetMIMEType(aMIMEType);
|
||||
if (aFileExt && *aFileExt)
|
||||
mimeInfo->AppendExtension(aFileExt);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user