Simplify RootedReference and make it specifically about slicesIt's now called DomSlice<T>.

This commit is contained in:
Anthony Ramine 2019-03-10 18:37:14 +01:00
parent 1744a42dad
commit 4d527b20ee
6 changed files with 20 additions and 15 deletions

View file

@ -10,7 +10,7 @@ use crate::dom::bindings::error::Fallible;
use crate::dom::bindings::inheritance::Castable;
use crate::dom::bindings::refcounted::Trusted;
use crate::dom::bindings::reflector::{reflect_dom_object, DomObject, Reflector};
use crate::dom::bindings::root::{DomRoot, MutNullableDom, RootedReference};
use crate::dom::bindings::root::{DomRoot, DomSlice, MutNullableDom};
use crate::dom::bindings::str::DOMString;
use crate::dom::document::Document;
use crate::dom::eventtarget::{CompiledEventListener, EventTarget, ListenerPhase};