Bug 549576 - Remove ::MaybeCC from XMLHttpRequest, r=peterv
This commit is contained in:
Родитель
ce75afa9b2
Коммит
8c5a27a1af
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче