Move abstract parser infrastructure from servohtmlparser.rs to parse

This commit is contained in:
Martin Broesamle 2016-04-27 00:50:22 +02:00
parent 31a440867d
commit 7c4489b193
5 changed files with 178 additions and 170 deletions

View file

@ -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;