Pass the AbstractNode into the Node.textContent setter.

This commit is contained in:
Josh Matthews 2013-09-16 23:29:05 -04:00
parent bea1c4f01e
commit 37787d55d0
3 changed files with 38 additions and 31 deletions

View file

@ -293,7 +293,7 @@ DOMInterfaces = {
'nativeType': 'AbstractNode<ScriptView>',
'concreteType': 'Node<ScriptView>',
'pointerType': '',
'needsAbstract': ['appendChild', 'removeChild']
'needsAbstract': ['appendChild', 'removeChild', 'textContent']
},
'NodeList': [