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 18:53:32 +00:00
Родитель 7d5a5668f0
Коммит 88b916f2e8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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