bug 277587 nsSecureBrowserUIImpl's nsUIContext interface requestor doesn't give
access to the dom window patch by Christian Persch <chpe@gnome.org> r=jgmyers sr=roc a=asa
This commit is contained in:
Родитель
900b8f4a82
Коммит
f4a87f8d99
|
@ -1366,6 +1366,10 @@ NS_IMETHODIMP nsUIContext::GetInterface(const nsIID & uuid, void * *result)
|
|||
|
||||
rv = internal->GetPrompter(&prompt);
|
||||
*result = prompt;
|
||||
} else if (uuid.Equals(NS_GET_IID(nsIDOMWindow))) {
|
||||
*result = mWindow;
|
||||
NS_ADDREF ((nsISupports*) *result);
|
||||
rv = NS_OK;
|
||||
} else {
|
||||
rv = NS_ERROR_NO_INTERFACE;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче