aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/htmloptionelement.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/script/dom/htmloptionelement.rs')
-rw-r--r--src/components/script/dom/htmloptionelement.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/dom/htmloptionelement.rs b/src/components/script/dom/htmloptionelement.rs
index 0aa1b07a3ad..7e3b4ff31a4 100644
--- a/src/components/script/dom/htmloptionelement.rs
+++ b/src/components/script/dom/htmloptionelement.rs
@@ -7,7 +7,7 @@ use dom::htmlelement::HTMLElement;
use dom::node::{AbstractNode, ScriptView};
pub struct HTMLOptionElement {
- parent: HTMLElement
+ htmlelement: HTMLElement
}
impl HTMLOptionElement {