Bug 580128 - Deal with the outer object hook failing a little more gracefully. r=jst

This commit is contained in:
Blake Kaplan 2010-10-10 15:49:51 -07:00
Родитель 4c00529cae
Коммит 4b1a2175d4
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -95,6 +95,8 @@ WrapperFactory::PrepareForWrapping(JSContext *cx, JSObject *scope, JSObject *obj
// We only hand out outer objects to script.
OBJ_TO_OUTER_OBJECT(cx, obj);
if (!obj)
return nsnull;
// Now, our object is ready to be wrapped, but several objects (notably
// nsJSIIDs) have a wrapper per scope. If we are about to wrap one of