Bug 996785 - Use separate maps for local and remote CPOW objects (r=mrbkap)

This commit is contained in:
Bill McCloskey
2014-05-16 16:40:36 -07:00
parent b07848079e
commit 9af6eef5a8
4 changed files with 7 additions and 3 deletions

View File

@@ -40,6 +40,7 @@ void
JavaScriptChild::trace(JSTracer *trc)
{
objects_.trace(trc);
cpows_.trace(trc);
ids_.trace(trc);
}