mirror of
https://github.com/servo/servo.git
synced 2025-06-08 00:23:30 +00:00
Move ParserContext to script::parse
This commit is contained in:
parent
881f7f4de7
commit
02162a8bda
3 changed files with 174 additions and 173 deletions
|
@ -44,7 +44,6 @@ use dom::htmlanchorelement::HTMLAnchorElement;
|
|||
use dom::node::{Node, NodeDamage, window_from_node};
|
||||
use dom::serviceworker::TrustedServiceWorkerAddress;
|
||||
use dom::serviceworkerregistration::ServiceWorkerRegistration;
|
||||
use dom::servohtmlparser::ParserContext;
|
||||
use dom::uievent::UIEvent;
|
||||
use dom::window::{ReflowReason, Window};
|
||||
use dom::worker::TrustedWorkerAddress;
|
||||
|
@ -71,7 +70,7 @@ use net_traits::{IpcSend, LoadData as NetLoadData};
|
|||
use net_traits::bluetooth_thread::BluetoothMethodMsg;
|
||||
use net_traits::image_cache_thread::{ImageCacheChan, ImageCacheResult, ImageCacheThread};
|
||||
use network_listener::NetworkListener;
|
||||
use parse::ParserRoot;
|
||||
use parse::{ParserContext, ParserRoot};
|
||||
use parse::html::{ParseContext, parse_html};
|
||||
use parse::xml::{self, parse_xml};
|
||||
use profile_traits::mem::{self, OpaqueSender, Report, ReportKind, ReportsChan};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue