mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
@@ -36,7 +36,7 @@ impl HTMLOptionElementDerived for EventTarget {
|
||||
}
|
||||
|
||||
impl HTMLOptionElement {
|
||||
pub fn new_inherited(localName: DOMString, document: JSRef<Document>) -> HTMLOptionElement {
|
||||
fn new_inherited(localName: DOMString, document: JSRef<Document>) -> HTMLOptionElement {
|
||||
HTMLOptionElement {
|
||||
htmlelement: HTMLElement::new_inherited(HTMLOptionElementTypeId, localName, document)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user