mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 549576 - Remove ::MaybeCC from XMLHttpRequest, r=peterv
This commit is contained in:
parent
9063d148c7
commit
dbb6144442
@ -57,7 +57,6 @@
|
||||
#include "prprf.h"
|
||||
#include "nsIDOMEventListener.h"
|
||||
#include "nsIJSContextStack.h"
|
||||
#include "nsJSEnvironment.h"
|
||||
#include "nsIScriptSecurityManager.h"
|
||||
#include "nsWeakPtr.h"
|
||||
#include "nsICharsetAlias.h"
|
||||
@ -2154,7 +2153,6 @@ nsXMLHttpRequest::RequestCompleted()
|
||||
ChangeState(XML_HTTP_REQUEST_OPENED);
|
||||
}
|
||||
|
||||
nsJSContext::MaybeCC(PR_FALSE);
|
||||
return rv;
|
||||
}
|
||||
|
||||
@ -2936,7 +2934,6 @@ nsXMLHttpRequest::Error(nsIDOMEvent* aEvent)
|
||||
mUploadTransferred, mUploadTotal);
|
||||
}
|
||||
|
||||
nsJSContext::MaybeCC(PR_FALSE);
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user