| Index: lib/html/scripts/systemhtml.py
|
| diff --git a/lib/html/scripts/systemhtml.py b/lib/html/scripts/systemhtml.py
|
| index f7d341adb111a5f17c7148097c4b0419fcac9be7..31a611bacd47cede5ea70bc2784ce987ab2f97b7 100644
|
| --- a/lib/html/scripts/systemhtml.py
|
| +++ b/lib/html/scripts/systemhtml.py
|
| @@ -16,6 +16,7 @@ _js_custom_members = set([
|
| 'Element.insertAdjacentElement',
|
| 'Element.insertAdjacentHTML',
|
| 'Element.insertAdjacentText',
|
| + 'Element.remove',
|
| 'ElementEvents.mouseWheel',
|
| 'IDBDatabase.transaction',
|
| 'IFrameElement.contentWindow',
|
| @@ -23,9 +24,10 @@ _js_custom_members = set([
|
| 'MouseEvent.offsetY',
|
| 'TableElement.createTBody',
|
| 'Window.document',
|
| - 'Window.top',
|
| + 'Window.indexedDB',
|
| 'Window.location',
|
| 'Window.open',
|
| + 'Window.top',
|
| 'Window.webkitCancelAnimationFrame',
|
| 'Window.webkitRequestAnimationFrame',
|
| ])
|
|
|