зеркало из https://github.com/mozilla/pjs.git
Bug 173299 change getControlleryById to getControllerById in nsIControllersInterface
r=cmanske sr=kin
This commit is contained in:
Родитель
321eee78c5
Коммит
e29aaed3b0
|
@ -62,7 +62,7 @@ interface nsIControllers : nsISupports
|
||||||
/*
|
/*
|
||||||
Get the controller specified by the given ID.
|
Get the controller specified by the given ID.
|
||||||
*/
|
*/
|
||||||
nsIController getControlleryById(in unsigned long controllerID);
|
nsIController getControllerById(in unsigned long controllerID);
|
||||||
|
|
||||||
unsigned long getControllerCount();
|
unsigned long getControllerCount();
|
||||||
};
|
};
|
||||||
|
|
|
@ -260,9 +260,9 @@ nsXULControllers::GetControllerId(nsIController *controller, PRUint32 *_retval)
|
||||||
return NS_ERROR_FAILURE; // none found
|
return NS_ERROR_FAILURE; // none found
|
||||||
}
|
}
|
||||||
|
|
||||||
/* nsIController getControlleryById (in unsigned long controllerID); */
|
/* nsIController getControllerById (in unsigned long controllerID); */
|
||||||
NS_IMETHODIMP
|
NS_IMETHODIMP
|
||||||
nsXULControllers::GetControlleryById(PRUint32 controllerID, nsIController **_retval)
|
nsXULControllers::GetControllerById(PRUint32 controllerID, nsIController **_retval)
|
||||||
{
|
{
|
||||||
NS_ENSURE_ARG_POINTER(_retval);
|
NS_ENSURE_ARG_POINTER(_retval);
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче