Rename the element field of the DOM Node hierarchy.

See #924
This commit is contained in:
Tetsuharu OHZEKI 2013-10-15 22:48:23 +09:00
parent fc9a3baa71
commit 776ab67905
8 changed files with 103 additions and 18 deletions

View file

@ -5,7 +5,7 @@
use dom::htmlmediaelement::HTMLMediaElement;
pub struct HTMLAudioElement {
htmlelement: HTMLMediaElement
htmlmediaelement: HTMLMediaElement
}
impl HTMLAudioElement {