Remove the IterableContext trait.

It serves no purpose.
This commit is contained in:
Ms2ger 2016-05-24 16:01:33 +02:00
parent 2ce9eba3dc
commit e7eee3b067
4 changed files with 8 additions and 16 deletions

View file

@ -11,7 +11,6 @@ use dom::bindings::js::Root;
use dom::bindings::refcounted::Trusted;
use dom::bindings::reflector::{Reflectable, Reflector, reflect_dom_object};
use dom::bindings::str::DOMString;
use dom::browsingcontext::IterableContext;
use dom::event::{Event, EventBubbles, EventCancelable};
use dom::storageevent::StorageEvent;
use dom::urlhelper::UrlHelper;