mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Pass the AbstractNode into the Node.textContent setter.
This commit is contained in:
parent
bea1c4f01e
commit
37787d55d0
3 changed files with 38 additions and 31 deletions
|
@ -293,7 +293,7 @@ DOMInterfaces = {
|
|||
'nativeType': 'AbstractNode<ScriptView>',
|
||||
'concreteType': 'Node<ScriptView>',
|
||||
'pointerType': '',
|
||||
'needsAbstract': ['appendChild', 'removeChild']
|
||||
'needsAbstract': ['appendChild', 'removeChild', 'textContent']
|
||||
},
|
||||
|
||||
'NodeList': [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue