| Index: lib/html/scripts/systemhtml.py
|
| diff --git a/lib/html/scripts/systemhtml.py b/lib/html/scripts/systemhtml.py
|
| index 83a80661271e600fe52115cfb0435c868558fdbd..f7d341adb111a5f17c7148097c4b0419fcac9be7 100644
|
| --- a/lib/html/scripts/systemhtml.py
|
| +++ b/lib/html/scripts/systemhtml.py
|
| @@ -23,10 +23,9 @@ _js_custom_members = set([
|
| 'MouseEvent.offsetY',
|
| 'TableElement.createTBody',
|
| 'Window.document',
|
| - 'Window.indexedDB',
|
| + 'Window.top',
|
| 'Window.location',
|
| 'Window.open',
|
| - 'Window.top',
|
| 'Window.webkitCancelAnimationFrame',
|
| 'Window.webkitRequestAnimationFrame',
|
| ])
|
|
|