diff options
Diffstat (limited to 'src/components/script/dom/htmlhtmlelement.rs')
-rw-r--r-- | src/components/script/dom/htmlhtmlelement.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/dom/htmlhtmlelement.rs b/src/components/script/dom/htmlhtmlelement.rs index 7e292c9c557..b4db96289fe 100644 --- a/src/components/script/dom/htmlhtmlelement.rs +++ b/src/components/script/dom/htmlhtmlelement.rs @@ -6,7 +6,7 @@ use dom::bindings::utils::{DOMString, ErrorResult}; use dom::htmlelement::HTMLElement; pub struct HTMLHtmlElement { - parent: HTMLElement + htmlelement: HTMLElement } impl HTMLHtmlElement { |