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