зеркало из https://github.com/mozilla/gecko-dev.git
Added a cast to a return value to stop a pointer comparison assert from firing.
This commit is contained in:
Родитель
2b83954c77
Коммит
6beaccda07
|
@ -72,7 +72,7 @@ NS_IMETHODIMP CWebBrowserContainer::GetInterface(const nsIID & uuid, void * *res
|
|||
{
|
||||
if (memcmp(&uuid, &nsIPrompt::GetIID(), sizeof(nsIID)) == 0)
|
||||
{
|
||||
*result = this;
|
||||
*result = (nsIPrompt *) this;
|
||||
AddRef();
|
||||
return NS_OK;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче