mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
*** empty log message ***
This commit is contained in:
parent
bb42c1aa32
commit
07294f59bb
@ -67,8 +67,8 @@ nsMorkFactoryFactory::QueryInterface(REFNSIID iid, void** result)
|
||||
return NS_ERROR_NULL_POINTER;
|
||||
|
||||
*result = nsnull;
|
||||
if(iid.Equals(nsIMdbFactoryFactory::GetIID()) ||
|
||||
iid.Equals(nsCOMTypeInfo<nsISupports>::GetIID())) {
|
||||
if(iid.Equals(NS_GET_IID(nsIMdbFactoryFactory)) ||
|
||||
iid.Equals(NS_GET_IID(nsISupports))) {
|
||||
*result = NS_STATIC_CAST(nsIMdbFactoryFactory*, this);
|
||||
AddRef();
|
||||
return NS_OK;
|
||||
|
Loading…
Reference in New Issue
Block a user