Remove View type parameter from DocumentType

This commit is contained in:
Tim Taubert 2013-10-12 11:46:23 -07:00
parent a3d3337aed
commit 189bb6c95f
5 changed files with 11 additions and 12 deletions

View file

@ -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')