aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmloptgroupelement.rs
diff options
context:
space:
mode:
authorEmilio Cobos Álvarez <ecoal95@gmail.com>2016-01-28 14:42:15 +0100
committerAnthony Ramine <n.oxyde@gmail.com>2016-02-03 02:11:31 +0100
commita1c830f1c13d75186d8d1a759ed73a0eac433179 (patch)
tree3c76ce5a1f9f9926b9a532060581dc88d49a6b36 /components/script/dom/htmloptgroupelement.rs
parent9baa59a6b4de338be6cd65851694785d786cf492 (diff)
downloadservo-a1c830f1c13d75186d8d1a759ed73a0eac433179.tar.gz
servo-a1c830f1c13d75186d8d1a759ed73a0eac433179.zip
Update rust-selectors
This commits updates rust-selectors to use the generic parser, and as such it moves the element state into the style crate.
Diffstat (limited to 'components/script/dom/htmloptgroupelement.rs')
-rw-r--r--components/script/dom/htmloptgroupelement.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/htmloptgroupelement.rs b/components/script/dom/htmloptgroupelement.rs
index b0624d426f9..a554377ea7a 100644
--- a/components/script/dom/htmloptgroupelement.rs
+++ b/components/script/dom/htmloptgroupelement.rs
@@ -13,8 +13,8 @@ use dom::htmlelement::HTMLElement;
use dom::htmloptionelement::HTMLOptionElement;
use dom::node::Node;
use dom::virtualmethods::VirtualMethods;
-use selectors::states::*;
use string_cache::Atom;
+use style::element_state::*;
use util::str::DOMString;
#[dom_struct]