aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/htmlheadelement.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/script/dom/htmlheadelement.rs')
-rw-r--r--src/components/script/dom/htmlheadelement.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/dom/htmlheadelement.rs b/src/components/script/dom/htmlheadelement.rs
index 91266180c27..5a0c0e3415f 100644
--- a/src/components/script/dom/htmlheadelement.rs
+++ b/src/components/script/dom/htmlheadelement.rs
@@ -14,7 +14,7 @@ use servo_util::str::DOMString;
#[deriving(Encodable)]
pub struct HTMLHeadElement {
- htmlelement: HTMLElement
+ pub htmlelement: HTMLElement
}
impl HTMLHeadElementDerived for EventTarget {