Merge script::parse and script::dom::servoparser

This commit is contained in:
Anthony Ramine 2016-10-10 17:07:08 +02:00
parent 1405be6917
commit 4b813e0bdc
9 changed files with 212 additions and 223 deletions

View file

@ -105,7 +105,6 @@ pub mod layout_wrapper;
mod mem;
mod network_listener;
pub mod origin;
pub mod parse;
pub mod script_runtime;
#[allow(unsafe_code)]
pub mod script_thread;