mirror of
https://github.com/servo/servo.git
synced 2025-10-05 11:09:22 +01:00
Move Window helper methods to a WindowHelpers trait
This commit is contained in:
parent
a9f08fd7c4
commit
facffe0966
3 changed files with 35 additions and 21 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue