mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Rename HTMLElement::new to HTMLElement::new_inherited.
This commit is contained in:
parent
4ac0dc1bfd
commit
e2c90d1198
65 changed files with 65 additions and 65 deletions
|
@ -16,7 +16,7 @@ pub struct HTMLHRElement {
|
|||
impl HTMLHRElement {
|
||||
pub fn new_inherited(localName: ~str, document: AbstractDocument) -> HTMLHRElement {
|
||||
HTMLHRElement {
|
||||
htmlelement: HTMLElement::new(HTMLHRElementTypeId, localName, document)
|
||||
htmlelement: HTMLElement::new_inherited(HTMLHRElementTypeId, localName, document)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue