Bug 272381 Crash when printing a iframe [PoC included][@ GlobalWindowImpl::Print] GlobalWindowImpl::GetInterface is broken

r=peterv sr=peterv
This commit is contained in:
timeless%mozdev.org 2004-12-06 20:33:04 +00:00
parent 434a4433ec
commit 1badca9ed7

View File

@ -4548,7 +4548,7 @@ GlobalWindowImpl::GetInterface(const nsIID & aIID, void **aSink)
return QueryInterface(aIID, aSink);
}
return *aSink ? NS_ERROR_NO_INTERFACE : NS_OK;
return *aSink ? NS_OK : NS_ERROR_NO_INTERFACE;
}
//*****************************************************************************