| Index: lib/dom/scripts/systemhtml.py
|
| diff --git a/lib/dom/scripts/systemhtml.py b/lib/dom/scripts/systemhtml.py
|
| index 172b72f27cb112a6f1e43965a66b7000c4a94f57..deea48574120ee8271842ed7ecb789a92765a30d 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',
|
|
|