mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Merge script::parse and script::dom::servoparser
This commit is contained in:
parent
1405be6917
commit
4b813e0bdc
9 changed files with 212 additions and 223 deletions
|
@ -18,9 +18,9 @@ use dom::bindings::str::DOMString;
|
|||
use dom::document::{Document, IsHTMLDocument};
|
||||
use dom::document::DocumentSource;
|
||||
use dom::globalscope::GlobalScope;
|
||||
use dom::servoparser::html::{ParseContext, parse_html};
|
||||
use dom::servoparser::xml::{self, parse_xml};
|
||||
use dom::window::Window;
|
||||
use parse::html::{ParseContext, parse_html};
|
||||
use parse::xml::{self, parse_xml};
|
||||
|
||||
#[dom_struct]
|
||||
pub struct DOMParser {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue