[JAEGER] Band-aid for computed this.

This commit is contained in:
David Anderson 2010-07-06 00:01:10 -07:00
parent 0ddb5ebacc
commit 3dbfde2a1d

View File

@ -282,7 +282,7 @@ JSObject *
JSStackFrame::computeThisObject(JSContext *cx)
{
JS_ASSERT(thisv.isPrimitive());
JS_ASSERT(fun);
//JS_ASSERT(fun);
if (!ComputeThisFromArgv(cx, argv))
return NULL;