Bug 402000 - imgContainer's ContainerLoader.mContainer should be a nsCOMPtr. r=pavlov a1.9=pavlov aM9=dsicore

This commit is contained in:
dolske%mozilla.com 2007-11-01 23:09:42 +00:00
Родитель 52ecd87ffb
Коммит 8b13692802
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1286,7 +1286,7 @@ public:
private: private:
imgIContainer *mContainer; nsCOMPtr<imgIContainer> mContainer;
}; };
NS_IMPL_ISUPPORTS4 (ContainerLoader, imgILoad, imgIDecoderObserver, imgIContainerObserver, nsISupportsWeakReference) NS_IMPL_ISUPPORTS4 (ContainerLoader, imgILoad, imgIDecoderObserver, imgIContainerObserver, nsISupportsWeakReference)