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

@ -20,7 +20,7 @@ use dom::uievent::UIEvent;
use dom::eventtarget::{EventTarget, EventTargetHelpers};
use dom::node;
use dom::node::{Node, NodeHelpers};
use dom::window::{TimerId, Window};
use dom::window::{TimerId, Window, WindowHelpers};
use html::hubbub_html_parser::HtmlParserResult;
use html::hubbub_html_parser::{HtmlDiscoveredStyle, HtmlDiscoveredScript};
use html::hubbub_html_parser;