diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2015-05-02 12:52:47 +0200 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2015-05-14 18:28:38 +0200 |
commit | 2176aab6425d3350bd9893fdb5bec6b53614a918 (patch) | |
tree | 1e168d5d6692b3613a7f7552c3498f1c7914b8e8 /components/script/dom/htmloptionelement.rs | |
parent | 8979d77e77f58b2061d9cec81a08b7e6bf6c6e6a (diff) | |
download | servo-2176aab6425d3350bd9893fdb5bec6b53614a918.tar.gz servo-2176aab6425d3350bd9893fdb5bec6b53614a918.zip |
Import string_cache::Atom into the attributes' macros
Diffstat (limited to 'components/script/dom/htmloptionelement.rs')
-rw-r--r-- | components/script/dom/htmloptionelement.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/htmloptionelement.rs b/components/script/dom/htmloptionelement.rs index 232e5ec2dec..29ef5040641 100644 --- a/components/script/dom/htmloptionelement.rs +++ b/components/script/dom/htmloptionelement.rs @@ -22,7 +22,6 @@ use dom::node::{DisabledStateHelpers, Node, NodeHelpers, NodeTypeId}; use dom::virtualmethods::VirtualMethods; use util::str::{DOMString, split_html_space_chars}; -use string_cache::Atom; #[dom_struct] pub struct HTMLOptionElement { |