aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/htmlinputelement.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/script/dom/htmlinputelement.rs')
-rw-r--r--src/components/script/dom/htmlinputelement.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/dom/htmlinputelement.rs b/src/components/script/dom/htmlinputelement.rs
index abf4b0b470a..d6fc4080f6b 100644
--- a/src/components/script/dom/htmlinputelement.rs
+++ b/src/components/script/dom/htmlinputelement.rs
@@ -6,7 +6,7 @@ use dom::bindings::utils::{DOMString, ErrorResult, Fallible};
use dom::htmlelement::HTMLElement;
pub struct HTMLInputElement {
- parent: HTMLElement,
+ htmlelement: HTMLElement,
}
impl HTMLInputElement {