mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Add node.appendChild
This commit is contained in:
parent
47c5279e31
commit
0d4cfd0eb9
3 changed files with 44 additions and 4 deletions
|
@ -291,7 +291,7 @@ DOMInterfaces = {
|
|||
'nativeType': 'AbstractNode<ScriptView>',
|
||||
'concreteType': 'Node<ScriptView>',
|
||||
'pointerType': '',
|
||||
'needsAbstract': ['removeChild']
|
||||
'needsAbstract': ['appendChild', 'removeChild']
|
||||
},
|
||||
|
||||
'NodeList': [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue