mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Remove some type variables and an explicit dereference.
This commit is contained in:
parent
438d121cd8
commit
f4edbb6b2e
4 changed files with 10 additions and 10 deletions
|
@ -574,7 +574,7 @@ def addHTMLElement(element, concrete=None, needsAbstract=[]):
|
|||
}
|
||||
|
||||
addHTMLElement('Comment')
|
||||
addHTMLElement('DocumentFragment', concrete='DocumentFragment<ScriptView>')
|
||||
addHTMLElement('DocumentFragment', concrete='DocumentFragment')
|
||||
addHTMLElement('DocumentType', concrete='DocumentType<ScriptView>')
|
||||
addHTMLElement('Text')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue