зеркало из https://github.com/mozilla/pjs.git
Converting use of depreciated macro NS_IMPL_QUERY_INTERFACE to use NS_IMPL_ISUPPORTS1 (39270). r=alecf
This commit is contained in:
Родитель
cfd4e435be
Коммит
dfdde893d9
|
@ -491,7 +491,4 @@ nsresult nsCommonDialogs::Select(nsIDOMWindow *inParent, const PRUnichar *inDial
|
|||
return rv;
|
||||
}
|
||||
|
||||
NS_IMPL_ADDREF(nsCommonDialogs);
|
||||
NS_IMPL_RELEASE(nsCommonDialogs);
|
||||
NS_IMPL_QUERY_INTERFACE(nsCommonDialogs, NS_GET_IID(nsICommonDialogs));
|
||||
|
||||
NS_IMPL_ISUPPORTS1(nsCommonDialogs, nsICommonDialogs)
|
||||
|
|
Загрузка…
Ссылка в новой задаче