No silent failures! (301553, r=shaver).

This commit is contained in:
brendan%mozilla.org 2005-07-22 16:55:15 +00:00
Родитель 315ec89a57
Коммит d76596070d
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -1990,7 +1990,8 @@ JS_ConvertStub(JSContext *cx, JSObject *obj, JSType type, jsval *vp)
if (type == JSTYPE_STRING) if (type == JSTYPE_STRING)
return JS_TRUE; return JS_TRUE;
#endif #endif
return js_TryValueOf(cx, obj, type, vp); js_TryValueOf(cx, obj, type, vp);
return JS_TRUE;
} }
JS_PUBLIC_API(void) JS_PUBLIC_API(void)