mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
parent
ab17d31bbf
commit
71a05a9c39
103 changed files with 103 additions and 103 deletions
|
@ -31,7 +31,7 @@ impl HTMLInputElementDerived for EventTarget {
|
|||
}
|
||||
|
||||
impl HTMLInputElement {
|
||||
pub fn new_inherited(localName: DOMString, document: JSRef<Document>) -> HTMLInputElement {
|
||||
fn new_inherited(localName: DOMString, document: JSRef<Document>) -> HTMLInputElement {
|
||||
HTMLInputElement {
|
||||
htmlelement: HTMLElement::new_inherited(HTMLInputElementTypeId, localName, document)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue