bug 572428 - followup to fix a bad typo.

This commit is contained in:
Igor Bukanov 2010-06-24 10:55:18 +02:00
parent 6f0b0ed4fa
commit 3ca4aa4529

View File

@ -1170,7 +1170,7 @@ ConservativeGCStackMarker::markWord(jsuword w)
RETURN(wrongtag);
traceKind = GetFinalizableArenaTraceKind(ainfo);
#if JS_BYTES_PER_WORD == 8
if (tag == JSVAL_STRING && traceKind != JSVAL_STRING)
if (tag == JSVAL_STRING && traceKind != JSTRACE_STRING)
RETURN(wrongtag);
#endif