aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmloptgroupelement.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/htmloptgroupelement.rs')
-rw-r--r--components/script/dom/htmloptgroupelement.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/script/dom/htmloptgroupelement.rs b/components/script/dom/htmloptgroupelement.rs
index 9e0cade682d..e94ea81f9b4 100644
--- a/components/script/dom/htmloptgroupelement.rs
+++ b/components/script/dom/htmloptgroupelement.rs
@@ -20,8 +20,9 @@ use string_cache::Atom;
#[jstraceable]
#[must_root]
+#[privatize]
pub struct HTMLOptGroupElement {
- pub htmlelement: HTMLElement
+ htmlelement: HTMLElement
}
impl HTMLOptGroupElementDerived for EventTarget {