зеркало из https://github.com/mozilla/gecko-dev.git
95127 - dispatchEvent() doesn't return a value, r=joki, sr=hyatt
This commit is contained in:
Родитель
7050e960ae
Коммит
f9a1a2896f
|
@ -227,9 +227,9 @@ nsXMLHttpRequest::RemoveEventListener(const nsAReadableString & type,
|
||||||
return NS_OK;
|
return NS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* void dispatchEvent (in nsIDOMEvent evt); */
|
/* boolean dispatchEvent (in nsIDOMEvent evt); */
|
||||||
NS_IMETHODIMP
|
NS_IMETHODIMP
|
||||||
nsXMLHttpRequest::DispatchEvent(nsIDOMEvent *evt)
|
nsXMLHttpRequest::DispatchEvent(nsIDOMEvent *evt, PRBool *_retval)
|
||||||
{
|
{
|
||||||
// Ignored
|
// Ignored
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче