Move Window helper methods to a WindowHelpers trait

This commit is contained in:
Tetsuharu OHZEKI 2014-05-14 07:45:44 +09:00
parent a9f08fd7c4
commit facffe0966
3 changed files with 35 additions and 21 deletions

View file

@ -33,7 +33,7 @@ use dom::nodelist::NodeList;
use dom::text::Text;
use dom::processinginstruction::ProcessingInstruction;
use dom::uievent::UIEvent;
use dom::window::{Window, WindowMethods};
use dom::window::{Window, WindowMethods, WindowHelpers};
use dom::location::Location;
use html::hubbub_html_parser::build_element_from_tag;
use hubbub::hubbub::{QuirksMode, NoQuirks, LimitedQuirks, FullQuirks};