| Index: lib/dom/scripts/systemhtml.py
|
| diff --git a/lib/dom/scripts/systemhtml.py b/lib/dom/scripts/systemhtml.py
|
| index 9474c30dabc462fa341343e8068475c31c50cc90..19a121aef2162f6cc471f2469092e4dee9533b67 100644
|
| --- a/lib/dom/scripts/systemhtml.py
|
| +++ b/lib/dom/scripts/systemhtml.py
|
| @@ -12,9 +12,6 @@ from systemdart2js import *
|
| from systeminterface import *
|
|
|
| _js_custom_members = set([
|
| - 'Element.insertAdjacentElement',
|
| - 'Element.insertAdjacentHTML',
|
| - 'Element.insertAdjacentText',
|
| 'IDBDatabase.transaction',
|
| 'IFrameElement.contentWindow',
|
| 'Window.document',
|
|
|