Rename the |wrapper| field in Reflector.

This commit is contained in:
Bobby Holley 2013-10-09 10:38:59 +02:00
parent 549ac6a29b
commit 92e91c58da
3 changed files with 9 additions and 9 deletions

View file

@ -502,7 +502,7 @@ impl Traceable for Document {
debug!("tracing root node");
do root.with_base |node| {
JS_CallTracer(tracer as *JSTracer,
node.wrapper.wrapper,
node.wrapper.object,
JSTRACE_OBJECT as u32);
}
}