fixes bug 324058 "Fix nsStringStream compilation warning about multiple SetData versions" r=biesi sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@187909 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -104,6 +104,7 @@
|
||||
|
||||
#include "nsStringStream.h"
|
||||
extern NS_METHOD nsStringInputStreamConstructor(nsISupports *, REFNSIID, void **);
|
||||
NS_DECL_CLASSINFO(nsStringInputStream)
|
||||
|
||||
#include "nsFastLoadService.h"
|
||||
|
||||
@@ -387,7 +388,8 @@ static const nsModuleComponentInfo components[] = {
|
||||
COMPONENT(PROCESS, nsProcessConstructor),
|
||||
COMPONENT(ENVIRONMENT, nsEnvironment::Create),
|
||||
|
||||
COMPONENT(STRINGINPUTSTREAM, nsStringInputStreamConstructor),
|
||||
COMPONENT_CI_FLAGS(STRINGINPUTSTREAM, nsStringInputStreamConstructor,
|
||||
nsStringInputStream, nsIClassInfo::THREADSAFE),
|
||||
COMPONENT(MULTIPLEXINPUTSTREAM, nsMultiplexInputStreamConstructor),
|
||||
|
||||
#ifndef MOZ_NO_FAST_LOAD
|
||||
|
||||
Reference in New Issue
Block a user