mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
parent
ab17d31bbf
commit
71a05a9c39
103 changed files with 103 additions and 103 deletions
|
@ -26,7 +26,7 @@ impl HTMLModElementDerived for EventTarget {
|
|||
}
|
||||
|
||||
impl HTMLModElement {
|
||||
pub fn new_inherited(localName: DOMString, document: JSRef<Document>) -> HTMLModElement {
|
||||
fn new_inherited(localName: DOMString, document: JSRef<Document>) -> HTMLModElement {
|
||||
HTMLModElement {
|
||||
htmlelement: HTMLElement::new_inherited(HTMLModElementTypeId, localName, document)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue