mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Move abstract parser infrastructure from servohtmlparser.rs to parse
This commit is contained in:
parent
31a440867d
commit
7c4489b193
5 changed files with 178 additions and 170 deletions
|
@ -10,11 +10,10 @@ use dom::bindings::reflector::{Reflector, reflect_dom_object};
|
|||
use dom::bindings::trace::JSTraceable;
|
||||
use dom::document::Document;
|
||||
use dom::node::Node;
|
||||
use dom::servohtmlparser::ParserRef;
|
||||
use dom::window::Window;
|
||||
use js::jsapi::JSTracer;
|
||||
use msg::constellation_msg::PipelineId;
|
||||
use parse::Parser;
|
||||
use parse::{Parser, ParserRef};
|
||||
use script_thread::ScriptThread;
|
||||
use std::cell::Cell;
|
||||
use url::Url;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue