mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Remove View type parameter from DocumentType
This commit is contained in:
parent
a3d3337aed
commit
189bb6c95f
5 changed files with 11 additions and 12 deletions
|
@ -575,7 +575,7 @@ def addHTMLElement(element, concrete=None, needsAbstract=[]):
|
|||
|
||||
addHTMLElement('Comment')
|
||||
addHTMLElement('DocumentFragment', concrete='DocumentFragment')
|
||||
addHTMLElement('DocumentType', concrete='DocumentType<ScriptView>')
|
||||
addHTMLElement('DocumentType')
|
||||
addHTMLElement('Text')
|
||||
|
||||
addHTMLElement('HTMLAnchorElement')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue