mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move the methods on bare Document onto DocumentHelpers.
This commit is contained in:
parent
d643ade7e8
commit
fff0491c01
7 changed files with 25 additions and 21 deletions
|
@ -12,7 +12,8 @@ use dom::bindings::global::Window;
|
|||
use dom::bindings::js::{JS, JSRef, Root, Temporary, OptionalRootable};
|
||||
use dom::bindings::utils::{Reflector, Reflectable, reflect_dom_object};
|
||||
use dom::bindings::utils::{QName, Name, InvalidXMLName, xml_name_type};
|
||||
use dom::document::{Document, HTMLDocument, NonHTMLDocument, NotFromParser};
|
||||
use dom::document::{Document, DocumentHelpers, HTMLDocument, NonHTMLDocument};
|
||||
use dom::document::NotFromParser;
|
||||
use dom::documenttype::DocumentType;
|
||||
use dom::htmlbodyelement::HTMLBodyElement;
|
||||
use dom::htmlheadelement::HTMLHeadElement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue