mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Remove the IterableContext trait.
It serves no purpose.
This commit is contained in:
parent
2ce9eba3dc
commit
e7eee3b067
4 changed files with 8 additions and 16 deletions
|
@ -16,7 +16,7 @@ use dom::bindings::global::GlobalRef;
|
|||
use dom::bindings::inheritance::Castable;
|
||||
use dom::bindings::js::Root;
|
||||
use dom::bindings::str::DOMString;
|
||||
use dom::browsingcontext::{BrowsingContext, IterableContext};
|
||||
use dom::browsingcontext::BrowsingContext;
|
||||
use dom::element::Element;
|
||||
use dom::node::Node;
|
||||
use dom::window::Window;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue