mirror of
https://github.com/servo/servo.git
synced 2025-06-20 23:28:59 +01:00
Rename the |wrapper| field in Reflector.
This commit is contained in:
parent
549ac6a29b
commit
92e91c58da
3 changed files with 9 additions and 9 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue