зеркало из https://github.com/mozilla/gecko-dev.git
fixing bustage
This commit is contained in:
Родитель
ff99eafe20
Коммит
80976a34f6
|
@ -38,7 +38,7 @@
|
|||
#include "nsAboutBlank.h"
|
||||
#include "nsIIOService.h"
|
||||
#include "nsIServiceManager.h"
|
||||
#include "nsIStringStream.h"
|
||||
#include "nsStringStream.h"
|
||||
#include "nsNetUtil.h"
|
||||
|
||||
NS_IMPL_ISUPPORTS1(nsAboutBlank, nsIAboutModule)
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
#include "nsAboutBloat.h"
|
||||
#include "nsIIOService.h"
|
||||
#include "nsIServiceManager.h"
|
||||
#include "nsIStringStream.h"
|
||||
#include "nsStringStream.h"
|
||||
#include "nsXPIDLString.h"
|
||||
#include "nsIURI.h"
|
||||
#include "prtime.h"
|
||||
|
|
|
@ -226,7 +226,7 @@ nsFileUploadContentStream::ReadSegments(nsWriteSegmentFun fun, void *closure,
|
|||
*result = 0; // nothing is ever actually read from this stream
|
||||
|
||||
if (IsClosed())
|
||||
return Status();
|
||||
return NS_OK;
|
||||
|
||||
if (IsNonBlocking()) {
|
||||
// Inform the caller that they will have to wait for the copy operation to
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
#include "nsISocketTransport.h"
|
||||
#include "nsIServiceManager.h"
|
||||
#include "nsISSLSocketControl.h"
|
||||
#include "nsIStringStream.h"
|
||||
#include "nsStringStream.h"
|
||||
#include "netCore.h"
|
||||
#include "nsNetCID.h"
|
||||
#include "nsAutoLock.h"
|
||||
|
|
|
@ -50,10 +50,10 @@
|
|||
#include "pratom.h"
|
||||
#include "plevent.h"
|
||||
|
||||
#include "nsIStringStream.h"
|
||||
#include "nsISeekableStream.h"
|
||||
#include "nsISocketTransport.h"
|
||||
#include "nsMultiplexInputStream.h"
|
||||
#include "nsStringStream.h"
|
||||
|
||||
#include "nsComponentManagerUtils.h" // do_CreateInstance
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче