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