Back out 2778f515ed5a (bug 723286) on suspicion of causing OSX64 crashes

This commit is contained in:
Matt Brubeck
2012-02-29 16:18:22 -08:00
parent 93b8d72b04
commit d34102c071
17 changed files with 242 additions and 212 deletions

View File

@@ -507,12 +507,10 @@ DumpHeap(JSContext *cx,
}
}
ok = JS_DumpHeap(JS_GetRuntime(cx), dumpFile, startThing, startTraceKind, thingToFind,
ok = JS_DumpHeap(cx, dumpFile, startThing, startTraceKind, thingToFind,
maxDepth, thingToIgnore);
if (dumpFile != stdout)
fclose(dumpFile);
if (!ok)
JS_ReportOutOfMemory(cx);
return ok;
not_traceable_arg: