script: Pass the correct parent node to pre_insert in insertBefore

Closes #1572.
This commit is contained in:
Adrien Bustany 2014-02-04 11:43:41 +01:00
parent 48e9b8f752
commit 2254a9e923
2 changed files with 3 additions and 2 deletions

View file

@ -316,6 +316,7 @@ DOMInterfaces = {
'pointerType': '',
'needsAbstract': [
'appendChild',
'insertBefore',
'replaceChild',
'nodeName',
'nodeValue',