зеркало из https://github.com/mozilla/pjs.git
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
This commit is contained in:
Родитель
2a03942df8
Коммит
7d5a58f588
|
@ -90,7 +90,6 @@ txMozillaXMLOutput::txMozillaXMLOutput(const String& aRootName,
|
|||
mInTransform(PR_FALSE),
|
||||
mCreatingNewDocument(PR_TRUE)
|
||||
{
|
||||
NS_INIT_ISUPPORTS();
|
||||
mOutputFormat.merge(*aFormat);
|
||||
mOutputFormat.setFromDefaults();
|
||||
|
||||
|
@ -108,7 +107,6 @@ txMozillaXMLOutput::txMozillaXMLOutput(txOutputFormat* aFormat,
|
|||
mInTransform(PR_FALSE),
|
||||
mCreatingNewDocument(PR_FALSE)
|
||||
{
|
||||
NS_INIT_ISUPPORTS();
|
||||
mOutputFormat.merge(*aFormat);
|
||||
mOutputFormat.setFromDefaults();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче