Commit cee7584c authored by Boris Zbarsky's avatar Boris Zbarsky
Browse files

And fix this to actually compile... Still bug 1160311.

parent 0791d502
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,8 +63,8 @@ BEGIN_TEST(testChromeBuffer)
     * buffer space.
     */
    {
        JSRuntimeOptions oldOptions = JS::RuntimeOptionsRef(rt);
        // Disable the JIT because if we don't this test fails.  See bug 1160414.
        JS::RuntimeOptions oldOptions = JS::RuntimeOptionsRef(rt);
        JS::RuntimeOptionsRef(rt).setIon(false).setBaseline(false);
        {
            JSAutoCompartment ac(cx, trusted_glob);