зеркало из https://github.com/mozilla/pjs.git
Whitespace only change.
This commit is contained in:
Родитель
9ae6ecb0d4
Коммит
58843dea31
|
@ -430,7 +430,8 @@ nsXMLHttpRequest::SetOnerror(nsIDOMEventListener * aOnerror)
|
|||
}
|
||||
|
||||
/* readonly attribute nsIChannel channel; */
|
||||
NS_IMETHODIMP nsXMLHttpRequest::GetChannel(nsIChannel **aChannel)
|
||||
NS_IMETHODIMP
|
||||
nsXMLHttpRequest::GetChannel(nsIChannel **aChannel)
|
||||
{
|
||||
NS_ENSURE_ARG_POINTER(aChannel);
|
||||
*aChannel = mChannel;
|
||||
|
@ -440,7 +441,8 @@ NS_IMETHODIMP nsXMLHttpRequest::GetChannel(nsIChannel **aChannel)
|
|||
}
|
||||
|
||||
/* readonly attribute nsIDOMDocument responseXML; */
|
||||
NS_IMETHODIMP nsXMLHttpRequest::GetResponseXML(nsIDOMDocument **aResponseXML)
|
||||
NS_IMETHODIMP
|
||||
nsXMLHttpRequest::GetResponseXML(nsIDOMDocument **aResponseXML)
|
||||
{
|
||||
NS_ENSURE_ARG_POINTER(aResponseXML);
|
||||
*aResponseXML = nsnull;
|
||||
|
@ -752,7 +754,9 @@ nsXMLHttpRequest::CreateEvent(nsEvent* aEvent, nsIDOMEvent** aDOMEvent)
|
|||
}
|
||||
|
||||
void
|
||||
nsXMLHttpRequest::NotifyEventListeners(nsIDOMEventListener* aHandler, nsISupportsArray* aListeners, nsIDOMEvent* aEvent)
|
||||
nsXMLHttpRequest::NotifyEventListeners(nsIDOMEventListener* aHandler,
|
||||
nsISupportsArray* aListeners,
|
||||
nsIDOMEvent* aEvent)
|
||||
{
|
||||
if (!aEvent)
|
||||
return;
|
||||
|
|
Загрузка…
Ссылка в новой задаче