зеркало из https://github.com/mozilla/gecko-dev.git
Bug 272381 Crash when printing a iframe [PoC included][@ GlobalWindowImpl::Print] GlobalWindowImpl::GetInterface is broken
r=peterv sr=peterv
This commit is contained in:
Родитель
7d5a5668f0
Коммит
88b916f2e8
|
@ -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;
|
||||
}
|
||||
|
||||
//*****************************************************************************
|
||||
|
|
Загрузка…
Ссылка в новой задаче