aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/htmlaudioelement.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/script/dom/htmlaudioelement.rs')
-rw-r--r--src/components/script/dom/htmlaudioelement.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/dom/htmlaudioelement.rs b/src/components/script/dom/htmlaudioelement.rs
index f7586e2460e..4014e81afec 100644
--- a/src/components/script/dom/htmlaudioelement.rs
+++ b/src/components/script/dom/htmlaudioelement.rs
@@ -5,7 +5,7 @@
use dom::htmlmediaelement::HTMLMediaElement;
pub struct HTMLAudioElement {
- parent: HTMLMediaElement
+ htmlelement: HTMLMediaElement
}
impl HTMLAudioElement {