Bug 618118 - Crash when uninstalling an add-on with bad bootstrap.js [@ JSCompartment::wrap ]. r=jst a=b

This commit is contained in:
timeless@mozdev.org 2010-12-13 17:28:38 +01:00
Родитель b7a85035e1
Коммит 5e64c1ea01
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -401,6 +401,7 @@ mozJSSubScriptLoader::LoadSubScript (const PRUnichar * aURL
}
}
if (ok)
{
JSAutoEnterCompartment rac;