Fix remaining MutHeap methods not to expose JS<T>.

This commit is contained in:
Eli Friedman 2015-10-14 18:15:44 -07:00
parent 57584e74c6
commit 5bdf6bb1d3
7 changed files with 42 additions and 41 deletions

View file

@ -180,7 +180,7 @@ impl Attr {
name: name,
namespace: namespace,
prefix: prefix,
owner: MutNullableHeap::new(owner.map(JS::from_ref)),
owner: MutNullableHeap::new(owner),
}
}