mirror of
https://github.com/servo/servo.git
synced 2025-06-14 11:24:33 +00:00
Split Page code out of script_task.rs #2530
This commit is contained in:
parent
4c5437c58b
commit
94ec3cde8a
8 changed files with 455 additions and 418 deletions
|
@ -14,7 +14,7 @@ use dom::htmlformelement::HTMLFormElement;
|
|||
use dom::node::{ElementNodeTypeId, NodeHelpers, NodeMethods};
|
||||
use dom::types::*;
|
||||
use html::cssparse::{StylesheetProvenance, UrlProvenance, spawn_css_parser};
|
||||
use script_task::Page;
|
||||
use page::Page;
|
||||
|
||||
use hubbub::hubbub;
|
||||
use hubbub::hubbub::{NullNs, HtmlNs, MathMlNs, SvgNs, XLinkNs, XmlNs, XmlNsNs};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue