Oops, nsXBLService implements two interfaces: nsIXBLService and nsIMemoryPressureObserver (r=dbaron@fas.harvard.edu).

This commit is contained in:
brendan%mozilla.org 2000-07-25 01:44:22 +00:00
Родитель b2bfd3d46e
Коммит 88963e82c0
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -137,7 +137,7 @@ static const char kDisableChromeCachePref[] = "nglayout.debug.disable_xul_cache"
PRInt32 nsXBLService::kNameSpaceID_XBL;
// Implement our nsISupports methods
NS_IMPL_ISUPPORTS1(nsXBLService, nsIXBLService)
NS_IMPL_ISUPPORTS2(nsXBLService, nsIXBLService, nsIMemoryPressureObserver)
// Constructors/Destructors
nsXBLService::nsXBLService(void)

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

@ -137,7 +137,7 @@ static const char kDisableChromeCachePref[] = "nglayout.debug.disable_xul_cache"
PRInt32 nsXBLService::kNameSpaceID_XBL;
// Implement our nsISupports methods
NS_IMPL_ISUPPORTS1(nsXBLService, nsIXBLService)
NS_IMPL_ISUPPORTS2(nsXBLService, nsIXBLService, nsIMemoryPressureObserver)
// Constructors/Destructors
nsXBLService::nsXBLService(void)