зеркало из https://github.com/mozilla/pjs.git
Bustage fix for bug 402742.
This commit is contained in:
Родитель
8e76e25f24
Коммит
43e502c88d
|
@ -119,7 +119,9 @@ IconDecoderModuleCtor(nsIModule* aSelf)
|
||||||
PR_STATIC_CALLBACK(void)
|
PR_STATIC_CALLBACK(void)
|
||||||
IconDecoderModuleDtor(nsIModule* aSelf)
|
IconDecoderModuleDtor(nsIModule* aSelf)
|
||||||
{
|
{
|
||||||
|
#ifdef MOZ_WIDGET_GTK2
|
||||||
nsIconChannel::Shutdown();
|
nsIconChannel::Shutdown();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
NS_IMPL_NSGETMODULE_WITH_CTOR_DTOR(nsIconDecoderModule, components,
|
NS_IMPL_NSGETMODULE_WITH_CTOR_DTOR(nsIconDecoderModule, components,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче