Bug 796760 (part 2) - Exactly root FinalizeOp. r=terrence.

This commit is contained in:
Nicholas Nethercote
2012-10-02 22:03:00 -07:00
parent 16e92827f8
commit 75fcd9b8e9
14 changed files with 21 additions and 21 deletions

View File

@@ -309,7 +309,7 @@ WeakMap_mark(JSTracer *trc, RawObject obj)
}
static void
WeakMap_finalize(FreeOp *fop, JSObject *obj)
WeakMap_finalize(FreeOp *fop, RawObject obj)
{
if (ObjectValueMap *map = GetObjectMap(obj)) {
map->check();