mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
script: Pass the correct parent node to pre_insert in insertBefore
Closes #1572.
This commit is contained in:
parent
48e9b8f752
commit
2254a9e923
2 changed files with 3 additions and 2 deletions
|
@ -316,6 +316,7 @@ DOMInterfaces = {
|
|||
'pointerType': '',
|
||||
'needsAbstract': [
|
||||
'appendChild',
|
||||
'insertBefore',
|
||||
'replaceChild',
|
||||
'nodeName',
|
||||
'nodeValue',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue