Rename HTMLElement::new to HTMLElement::new_inherited.

This commit is contained in:
Ms2ger 2013-11-02 20:55:18 +01:00
parent 4ac0dc1bfd
commit e2c90d1198
65 changed files with 65 additions and 65 deletions

View file

@ -63,7 +63,7 @@ impl HTMLIFrameElement {
impl HTMLIFrameElement {
pub fn new_inherited(localName: ~str, document: AbstractDocument) -> HTMLIFrameElement {
HTMLIFrameElement {
htmlelement: HTMLElement::new(HTMLIframeElementTypeId, localName, document),
htmlelement: HTMLElement::new_inherited(HTMLIframeElementTypeId, localName, document),
frame: None,
size: None,
sandbox: None,