bug 683862 - Using JSGCTraceKind in the public API. r=luke

This commit is contained in:
Igor Bukanov
2011-09-01 20:43:46 +02:00
parent dff63f2de7
commit 8967d42c52
11 changed files with 58 additions and 63 deletions

View File

@@ -447,7 +447,7 @@ DumpHeap(JSContext *cx,
{
JSAutoByteString fileName;
void* startThing = NULL;
uint32 startTraceKind = 0;
JSGCTraceKind startTraceKind = JSTRACE_OBJECT;
void *thingToFind = NULL;
size_t maxDepth = (size_t)-1;
void *thingToIgnore = NULL;