зеркало из https://github.com/mozilla/pjs.git
Removed nsITimer dependency.
This commit is contained in:
Родитель
f95e84f7a4
Коммит
e4fe46d13d
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
#include "nsHTTPHandler.h"
|
#include "nsHTTPHandler.h"
|
||||||
#include "nsHTTPConnection.h"
|
#include "nsHTTPConnection.h"
|
||||||
#include "nsITimer.h"
|
//#include "nsITimer.h"
|
||||||
#include "nsIProxy.h"
|
#include "nsIProxy.h"
|
||||||
#include "plstr.h" // For PL_strcasecmp maybe DEBUG only... TODO check
|
#include "plstr.h" // For PL_strcasecmp maybe DEBUG only... TODO check
|
||||||
#include "nsIUrl.h"
|
#include "nsIUrl.h"
|
||||||
|
@ -236,4 +236,4 @@ nsHTTPHandler::FollowRedirects(PRBool bFollow)
|
||||||
{
|
{
|
||||||
//m_bFollowRedirects = bFollow;
|
//m_bFollowRedirects = bFollow;
|
||||||
return NS_OK;
|
return NS_OK;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче