diff options
Diffstat (limited to 'components/script/dom/htmlhtmlelement.rs')
-rw-r--r-- | components/script/dom/htmlhtmlelement.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/script/dom/htmlhtmlelement.rs b/components/script/dom/htmlhtmlelement.rs index 279eb740709..bacc8d39650 100644 --- a/components/script/dom/htmlhtmlelement.rs +++ b/components/script/dom/htmlhtmlelement.rs @@ -15,8 +15,9 @@ use servo_util::str::DOMString; #[jstraceable] #[must_root] +#[privatize] pub struct HTMLHtmlElement { - pub htmlelement: HTMLElement + htmlelement: HTMLElement } impl HTMLHtmlElementDerived for EventTarget { |