Simple privatizations

This commit is contained in:
Tim Taubert 2014-10-12 19:06:56 +02:00
parent 5b72087944
commit acd98a73a4
36 changed files with 59 additions and 22 deletions

View file

@ -10,8 +10,9 @@ use dom::bindings::utils::{Reflectable, Reflector, reflect_dom_object};
#[jstraceable]
#[must_root]
#[privatize]
pub struct NodeIterator {
pub reflector_: Reflector
reflector_: Reflector
}
impl NodeIterator {