Take the "Raw" out of MarkRaw and MarkGCThingRaw. It offends Andreas, and it might be a bad name

This commit is contained in:
Luke Wagner
2010-06-29 23:02:23 -07:00
parent 2471e19d46
commit 331c5c8962
9 changed files with 25 additions and 25 deletions

View File

@@ -1905,7 +1905,7 @@ JS_TraceRuntime(JSTracer *trc)
JS_PUBLIC_API(void)
JS_CallTracer(JSTracer *trc, void *thing, uint32 kind)
{
MarkRaw(trc, thing, kind);
Mark(trc, thing, kind);
}
#ifdef DEBUG