auto merge of #2425 : saneyuki/servo/window_helper, r=jdm

Fix #2418
This commit is contained in:
bors-servo 2014-05-14 00:55:17 -04:00
commit 049fa56fff
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;