Fix bad indentation in fix for 784282 (no bug, DONTBUILD)

This commit is contained in:
Jon Coppeard 2012-08-23 15:20:30 +01:00
parent 8b3fc1dbd6
commit 3d9fb46861

View File

@ -1162,7 +1162,7 @@ GCMarker::processMarkStackTop(SliceBudget &budget)
JS_COMPARTMENT_ASSERT_STR(runtime, str);
JS_ASSERT(str->compartment() == runtime->atomsCompartment ||
str->compartment() == obj->compartment());
if (str->markIfUnmarked())
if (str->markIfUnmarked())
ScanString(this, str);
} else if (v.isObject()) {
JSObject *obj2 = &v.toObject();