Use threadsafe ISupports for service

This commit is contained in:
dveditz%netscape.com 2000-04-05 03:31:57 +00:00
Родитель c8ecb0ef34
Коммит a5cef05670
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -59,7 +59,7 @@ nsJSRuntimeServiceImpl::~nsJSRuntimeServiceImpl() {
}
}
NS_IMPL_ISUPPORTS1(nsJSRuntimeServiceImpl, nsIJSRuntimeService);
NS_IMPL_THREADSAFE_ISUPPORTS1(nsJSRuntimeServiceImpl, nsIJSRuntimeService);
static nsJSRuntimeServiceImpl* gJSRuntimeService = nsnull;