diff options
Diffstat (limited to 'src/components/script/dom/htmlheadelement.rs')
-rw-r--r-- | src/components/script/dom/htmlheadelement.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/dom/htmlheadelement.rs b/src/components/script/dom/htmlheadelement.rs index 577e8a1584c..4e63dd549ff 100644 --- a/src/components/script/dom/htmlheadelement.rs +++ b/src/components/script/dom/htmlheadelement.rs @@ -5,5 +5,5 @@ use dom::htmlelement::HTMLElement; pub struct HTMLHeadElement { - parent: HTMLElement + htmlelement: HTMLElement } |