mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
script: Make trees less generic
This commit is contained in:
parent
44a8b0987c
commit
199ca33b72
23 changed files with 382 additions and 523 deletions
|
@ -10,7 +10,6 @@ use std::cast;
|
|||
use std::libc;
|
||||
use std::ptr;
|
||||
use js::jsapi::{JSTracer, JSTRACE_OBJECT, JS_CallTracer};
|
||||
use servo_util::tree::TreeNodeRef;
|
||||
|
||||
impl Reflectable for AbstractNode<ScriptView> {
|
||||
fn reflector<'a>(&'a self) -> &'a Reflector {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue