mirror of
https://github.com/servo/servo.git
synced 2025-10-17 08:49:21 +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
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue