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

@ -6,7 +6,7 @@ use dom::bindings::utils::{DOMString, ErrorResult};
use dom::htmlmediaelement::HTMLMediaElement;
pub struct HTMLVideoElement {
htmlelement: HTMLMediaElement
htmlmediaelement: HTMLMediaElement
}
impl HTMLVideoElement {