diff options
author | Edit Balint <edbalint@inf.u-szeged.hu> | 2014-06-05 15:28:17 +0200 |
---|---|---|
committer | Edit Balint <edbalint@inf.u-szeged.hu> | 2014-06-13 19:28:57 +0200 |
commit | 94ec3cde8a78490969206af4fe007902f29d226f (patch) | |
tree | 3f02328025a506f020a8823a318322daf5c9a556 /src/components/script/html/hubbub_html_parser.rs | |
parent | 4c5437c58b278a4a29ac520e9866217496029d79 (diff) | |
download | servo-94ec3cde8a78490969206af4fe007902f29d226f.tar.gz servo-94ec3cde8a78490969206af4fe007902f29d226f.zip |
Split Page code out of script_task.rs #2530
Diffstat (limited to 'src/components/script/html/hubbub_html_parser.rs')
-rw-r--r-- | src/components/script/html/hubbub_html_parser.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/html/hubbub_html_parser.rs b/src/components/script/html/hubbub_html_parser.rs index 15fa445bb9d..8909ba690bb 100644 --- a/src/components/script/html/hubbub_html_parser.rs +++ b/src/components/script/html/hubbub_html_parser.rs @@ -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}; |