mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Simplify RootedReference and make it specifically about slicesIt's now called DomSlice<T>.
This commit is contained in:
parent
1744a42dad
commit
4d527b20ee
6 changed files with 20 additions and 15 deletions
|
@ -5,7 +5,7 @@
|
|||
use crate::dom::bindings::codegen::Bindings::GamepadButtonListBinding;
|
||||
use crate::dom::bindings::codegen::Bindings::GamepadButtonListBinding::GamepadButtonListMethods;
|
||||
use crate::dom::bindings::reflector::{reflect_dom_object, Reflector};
|
||||
use crate::dom::bindings::root::{Dom, DomRoot, RootedReference};
|
||||
use crate::dom::bindings::root::{Dom, DomRoot, DomSlice};
|
||||
use crate::dom::gamepadbutton::GamepadButton;
|
||||
use crate::dom::globalscope::GlobalScope;
|
||||
use dom_struct::dom_struct;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue