diff options
author | Seo Sanghyeon <sanxiyn@gmail.com> | 2013-10-21 22:56:44 +0900 |
---|---|---|
committer | Seo Sanghyeon <sanxiyn@gmail.com> | 2013-10-23 16:49:35 +0900 |
commit | b2431912d36dd84c2c0a5c6dabaa870435dcd621 (patch) | |
tree | c065d50f7aaf55c25a093d5773e27637fa8e8ad7 /src/components/script/html/hubbub_html_parser.rs | |
parent | f3f6e62f7fda50d77742f9527f8dc7171d7b8624 (diff) | |
download | servo-b2431912d36dd84c2c0a5c6dabaa870435dcd621.tar.gz servo-b2431912d36dd84c2c0a5c6dabaa870435dcd621.zip |
Use the new style system
Credits to:
Deokjin Kim
Ilyong Cho
Jaeman Park
Junyoung Cho
Ryan Choi
Sangeun Kim
Yongjin Kim
Youngmin Yoo
Youngsoo Son
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 66d85e0dfac..c6dca22ee21 100644 --- a/src/components/script/html/hubbub_html_parser.rs +++ b/src/components/script/html/hubbub_html_parser.rs @@ -12,7 +12,7 @@ use dom::node::{AbstractNode, ElementNodeTypeId, Node, ScriptView}; use dom::types::*; use html::cssparse::{InlineProvenance, StylesheetProvenance, UrlProvenance, spawn_css_parser}; use js::jsapi::JSContext; -use newcss::stylesheet::Stylesheet; +use style::Stylesheet; use script_task::page_from_context; use std::cast; |