Bug 401766 Starting Debug SeaMonkey with autoconfig file gives Assertion failure: (cx)->requestDepth || (cx)->thread == (cx)->runtime->gcThread. r/sr=jst,aM9=beltzner

This commit is contained in:
bugzilla@standard8.plus.com 2007-11-05 10:55:42 -08:00
Родитель 487e8ac90c
Коммит 3186c36590
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -152,6 +152,8 @@ nsresult CentralizedAdminPrefManagerInit()
if (!autoconfig_cx)
return NS_ERROR_OUT_OF_MEMORY;
JSAutoRequest ar(autoconfig_cx);
JS_SetErrorReporter(autoconfig_cx, autoConfigErrorReporter);
// Create a new Security Manger and set it for the new JS context