auto merge of #1894 : khodzha/servo/node_normalize, r=Ms2ger

To resolve issue #1823 (without DOM Range updates)
This commit is contained in:
bors-servo 2014-03-15 06:14:14 -04:00
commit 2d2fae5fc5
3 changed files with 58 additions and 2 deletions

View file

@ -90,6 +90,7 @@ DOMInterfaces = {
'isEqualNode',
'nodeName',
'nodeValue',
'normalize',
'removeChild',
'replaceChild',
'textContent',