r = jst, a = brendan
OS/2 bringup - PR_CALLBACK
This commit is contained in:
mkaply%us.ibm.com 2000-06-02 23:04:50 +00:00
Родитель 616b3b97e3
Коммит c143422b9c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1199,7 +1199,7 @@ const char kJSRuntimeServiceProgID[] = "nsJSRuntimeService";
static int globalCount;
static PRThread *gDOMThread;
static JSBool
static JSBool PR_CALLBACK
DOMGCCallback(JSContext *cx, JSGCStatus status)
{
if (status == JSGC_BEGIN && PR_GetCurrentThread() != gDOMThread)