aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/html/hubbub_html_parser.rs
diff options
context:
space:
mode:
authorPatrick Walton <pcwalton@mimiga.net>2013-12-16 17:35:58 -0800
committerPatrick Walton <pcwalton@mimiga.net>2013-12-17 13:46:14 -0800
commit199ca33b72656683fc1b983acd2484897413c9e0 (patch)
treeebd04be697b4305389fe8afdbe72d89d098eb2c6 /src/components/script/html/hubbub_html_parser.rs
parent44a8b0987c0bc0b136cfb4c75bc35a4a0de34465 (diff)
downloadservo-199ca33b72656683fc1b983acd2484897413c9e0.tar.gz
servo-199ca33b72656683fc1b983acd2484897413c9e0.zip
script: Make trees less generic
Diffstat (limited to 'src/components/script/html/hubbub_html_parser.rs')
-rw-r--r--src/components/script/html/hubbub_html_parser.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/script/html/hubbub_html_parser.rs b/src/components/script/html/hubbub_html_parser.rs
index 6ca31770032..f854a546371 100644
--- a/src/components/script/html/hubbub_html_parser.rs
+++ b/src/components/script/html/hubbub_html_parser.rs
@@ -20,7 +20,6 @@ use js::jsapi::JSContext;
use servo_msg::constellation_msg::SubpageId;
use servo_net::image_cache_task::ImageCacheTask;
use servo_net::resource_task::{Load, Payload, Done, ResourceTask, load_whole_resource};
-use servo_util::tree::{TreeNodeRef, ElementLike};
use servo_util::url::make_url;
use std::cast;
use std::cell::Cell;
@@ -29,7 +28,7 @@ use std::comm;
use std::from_str::FromStr;
use std::str::eq_slice;
use std::str;
-use style::Stylesheet;
+use style::{Stylesheet, TElement};
macro_rules! handle_element(
($document: expr,