Split Page code out of script_task.rs #2530

This commit is contained in:
Edit Balint 2014-06-05 15:28:17 +02:00
parent 4c5437c58b
commit 94ec3cde8a
8 changed files with 455 additions and 418 deletions

View file

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