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