From 9a52bb8310eb9d479a5211b0048bb682da0ac123 Mon Sep 17 00:00:00 2001 From: Tim Taubert Date: Sun, 12 Oct 2014 18:53:31 +0200 Subject: Privatize InheritTypes --- components/script/dom/htmlhrelement.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'components/script/dom/htmlhrelement.rs') diff --git a/components/script/dom/htmlhrelement.rs b/components/script/dom/htmlhrelement.rs index 8167c5854f7..e132835f499 100644 --- a/components/script/dom/htmlhrelement.rs +++ b/components/script/dom/htmlhrelement.rs @@ -15,8 +15,9 @@ use servo_util::str::DOMString; #[jstraceable] #[must_root] +#[privatize] pub struct HTMLHRElement { - pub htmlelement: HTMLElement, + htmlelement: HTMLElement, } impl HTMLHRElementDerived for EventTarget { -- cgit v1.2.3