Bug 1065811 - Track Xray waivers with CPOWs. r=billm

This commit is contained in:
Bobby Holley
2014-09-25 13:13:29 +02:00
parent 4088e55174
commit f2b9845ecb
8 changed files with 56 additions and 25 deletions

View File

@@ -53,7 +53,8 @@ JavaScriptParent::trace(JSTracer *trc)
{
if (active()) {
objects_.trace(trc);
objectIds_.trace(trc);
unwaivedObjectIds_.trace(trc);
waivedObjectIds_.trace(trc);
}
}