зеркало из https://github.com/mozilla/pjs.git
Bug 402000 - imgContainer's ContainerLoader.mContainer should be a nsCOMPtr. r=pavlov a1.9=pavlov aM9=dsicore
This commit is contained in:
Родитель
52ecd87ffb
Коммит
8b13692802
|
@ -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)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче