Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
This commit is contained in:
@@ -62,7 +62,6 @@ static NS_DEFINE_CID(kIOServiceCID, NS_IOSERVICE_CID);
|
||||
class RobotSinkObserver : public nsIRobotSinkObserver {
|
||||
public:
|
||||
RobotSinkObserver() {
|
||||
NS_INIT_ISUPPORTS();
|
||||
}
|
||||
|
||||
virtual ~RobotSinkObserver() {
|
||||
@@ -148,8 +147,6 @@ class CStreamListener: public nsIWebProgressListener,
|
||||
{
|
||||
public:
|
||||
CStreamListener() {
|
||||
NS_INIT_ISUPPORTS();
|
||||
|
||||
}
|
||||
|
||||
virtual ~CStreamListener() {
|
||||
|
||||
Reference in New Issue
Block a user