aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/macros.rs
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2015-11-09 12:25:34 -0800
committerEli Friedman <eli.friedman@gmail.com>2015-11-09 12:27:16 -0800
commit4b68fc18c32e889c1726e17bdcf7c0b1bac02b05 (patch)
treed95b28633c207c8489c17bf020cc8b9edc39203c /components/script/dom/macros.rs
parentd8df028197505ca439363cdb05bed58fe9b4b726 (diff)
downloadservo-4b68fc18c32e889c1726e17bdcf7c0b1bac02b05.tar.gz
servo-4b68fc18c32e889c1726e17bdcf7c0b1bac02b05.zip
Move storage of bgcolor for `<tr>` and `<tbody>`.
Diffstat (limited to 'components/script/dom/macros.rs')
-rw-r--r--components/script/dom/macros.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/macros.rs b/components/script/dom/macros.rs
index d230bec5404..f02ffab5b07 100644
--- a/components/script/dom/macros.rs
+++ b/components/script/dom/macros.rs
@@ -219,6 +219,7 @@ macro_rules! make_atomic_setter(
macro_rules! make_legacy_color_setter(
( $attr:ident, $htmlname:expr ) => (
fn $attr(&self, value: DOMString) {
+ use dom::attr::AttrValue;
use dom::bindings::inheritance::Castable;
use dom::element::Element;
use string_cache::Atom;