Fix 6553 at last -- image badge icons now show on Mac. r=pinkerton.

git-svn-id: svn://10.0.0.236/trunk@74985 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sfraser%netscape.com 2000-07-28 00:55:53 +00:00
parent 664ec10e82
commit f69feac143

View File

@ -406,12 +406,6 @@ nsresult DeviceContextImpl::CreateIconILGroupContext()
NS_IMETHODIMP DeviceContextImpl::LoadIconImage(PRInt32 aId, nsIImage*& aImage)
{
// XXX synchronous image loading doesn't work on mac yet
// That's not true. Using necko, it is ILLEGAL to do synchronous
// loads like this, on any platform. You risk deadlock if you try this.
#if defined(XP_BEOS) || defined(XP_MAC)
return NS_ERROR_FAILURE;
#endif
nsresult result;
// Initialize out parameter