зеркало из 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; */
|
/* readonly attribute nsIChannel channel; */
|
||||||
NS_IMETHODIMP nsXMLHttpRequest::GetChannel(nsIChannel **aChannel)
|
NS_IMETHODIMP
|
||||||
|
nsXMLHttpRequest::GetChannel(nsIChannel **aChannel)
|
||||||
{
|
{
|
||||||
NS_ENSURE_ARG_POINTER(aChannel);
|
NS_ENSURE_ARG_POINTER(aChannel);
|
||||||
*aChannel = mChannel;
|
*aChannel = mChannel;
|
||||||
|
@ -440,7 +441,8 @@ NS_IMETHODIMP nsXMLHttpRequest::GetChannel(nsIChannel **aChannel)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* readonly attribute nsIDOMDocument responseXML; */
|
/* readonly attribute nsIDOMDocument responseXML; */
|
||||||
NS_IMETHODIMP nsXMLHttpRequest::GetResponseXML(nsIDOMDocument **aResponseXML)
|
NS_IMETHODIMP
|
||||||
|
nsXMLHttpRequest::GetResponseXML(nsIDOMDocument **aResponseXML)
|
||||||
{
|
{
|
||||||
NS_ENSURE_ARG_POINTER(aResponseXML);
|
NS_ENSURE_ARG_POINTER(aResponseXML);
|
||||||
*aResponseXML = nsnull;
|
*aResponseXML = nsnull;
|
||||||
|
@ -752,7 +754,9 @@ nsXMLHttpRequest::CreateEvent(nsEvent* aEvent, nsIDOMEvent** aDOMEvent)
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
nsXMLHttpRequest::NotifyEventListeners(nsIDOMEventListener* aHandler, nsISupportsArray* aListeners, nsIDOMEvent* aEvent)
|
nsXMLHttpRequest::NotifyEventListeners(nsIDOMEventListener* aHandler,
|
||||||
|
nsISupportsArray* aListeners,
|
||||||
|
nsIDOMEvent* aEvent)
|
||||||
{
|
{
|
||||||
if (!aEvent)
|
if (!aEvent)
|
||||||
return;
|
return;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче