aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/htmllegendelement.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/script/dom/htmllegendelement.rs')
-rw-r--r--src/components/script/dom/htmllegendelement.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/dom/htmllegendelement.rs b/src/components/script/dom/htmllegendelement.rs
index cf751f3ec8c..3d89046f760 100644
--- a/src/components/script/dom/htmllegendelement.rs
+++ b/src/components/script/dom/htmllegendelement.rs
@@ -15,7 +15,7 @@ use servo_util::str::DOMString;
#[deriving(Encodable)]
pub struct HTMLLegendElement {
- htmlelement: HTMLElement,
+ pub htmlelement: HTMLElement,
}
impl HTMLLegendElementDerived for EventTarget {