Commit 6b195cb2 authored by Jason Orendorff's avatar Jason Orendorff
Browse files

Bug 721497 - Assertion failure: compartment mismatched, at...

Bug 721497 - Assertion failure: compartment mismatched, at ../jscntxtinlines.h:153 with dumpStack. r=luke.
parent 1f3f8f28
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2140,6 +2140,8 @@ DumpStack(JSContext *cx, unsigned argc, Value *vp)
        } else {
            v = StringValue(globalStr);
        }
        if (!JS_WrapValue(cx, &v))
            return false;
        if (!JS_SetElement(cx, arr, index, &v))
            return false;
    }