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